You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-roguelike/nethack/files/nethack-3.4.3-gibc210.patch

14 lines
330 B

--- include/unixconf.h.old 2009-10-07 09:37:46.000000000 +0200
+++ include/unixconf.h 2009-10-07 09:38:05.000000000 +0200
@@ -293,10 +293,8 @@
# endif
#else /* therefore SYSV */
# ifndef index /* some systems seem to do this for you */
-#define index strchr
# endif
# ifndef rindex
-#define rindex strrchr
# endif
#endif