more r?index -> strr?chr changes
authormillert <millert@openbsd.org>
Fri, 17 Jan 1997 07:51:41 +0000 (07:51 +0000)
committermillert <millert@openbsd.org>
Fri, 17 Jan 1997 07:51:41 +0000 (07:51 +0000)
games/atc/include.h
games/hack/config.h
games/hack/hack.h

index bfa892e..fb600f1 100644 (file)
@@ -72,8 +72,6 @@
 #include <curses.h>
 
 #ifdef SYSV
-#define        index   strchr
-#define        rindex  strrchr
 #define bcopy(a,b,c)   memcpy((b), (a), (c))
 #define        bzero(a,b)      memset((a), '\0', (b))
 #define        srandom srand
index f7bb5c5..0e2d700 100644 (file)
@@ -19,8 +19,6 @@
  * <sys/time.h>                <time.h>
  * <sgtty.h>           <termio.h>
  * Some routines are called differently
- * index               strchr
- * rindex              strrchr
  * Also, the code for suspend and various ioctls is only given for BSD4.2
  * (I do not have access to a SYSV system.)
  */
index f097252..94d1278 100644 (file)
@@ -7,11 +7,6 @@
 #include "config.h"
 #include <string.h>
 
-#ifndef BSD
-#define        index   strchr
-#define        rindex  strrchr
-#endif BSD
-
 #define        Null(type)      ((struct type *) 0)
 
 #include       "def.objclass.h"