1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/arena/files/patch-ae
1996-10-16 08:30:38 +00:00

13 lines
317 B
Plaintext

--- ./Arena/Implementation/icon.c.org Thu Mar 21 07:28:53 1996
+++ ./Arena/Implementation/icon.c Tue Apr 30 00:22:54 1996
@@ -46,7 +46,9 @@
#if defined __QNX__ || (defined(sco) && !defined(sco_os5))
#define index strchr
#else
+#if !defined(index)
extern char *index();
+#endif
#endif
static char basis_64[] =