summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-10-16 08:30:38 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-10-16 08:30:38 +0000
commitfda5a4d3bcb11f79044b9168ee1cbeafa8048cad (patch)
tree2923ba4cc5f8900db1b9e72b03be912449543318 /www
parentChanged flags for ln in the install: target in the Makefile to -s to -fs. (diff)
Make this thing compile again by conditionalizing prototype of index().
Ignored by: ache
Notes
Notes: svn path=/head/; revision=4002
Diffstat (limited to 'www')
-rw-r--r--www/arena/files/patch-ae12
1 files changed, 12 insertions, 0 deletions
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[] =