mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fda5a4d3bc
Ignored by: ache
13 lines
317 B
Plaintext
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[] =
|