From fda5a4d3bcb11f79044b9168ee1cbeafa8048cad Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 16 Oct 1996 08:30:38 +0000 Subject: Make this thing compile again by conditionalizing prototype of index(). Ignored by: ache --- www/arena/files/patch-ae | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/arena/files/patch-ae (limited to 'www/arena/files/patch-ae') diff --git a/www/arena/files/patch-ae b/www/arena/files/patch-ae new file mode 100644 index 000000000000..a6b215204ee7 --- /dev/null +++ b/www/arena/files/patch-ae @@ -0,0 +1,12 @@ +--- ./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[] = -- cgit v1.2.3