summaryrefslogtreecommitdiff
path: root/cad/spice/files/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'cad/spice/files/patch-ao')
-rw-r--r--cad/spice/files/patch-ao11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/spice/files/patch-ao b/cad/spice/files/patch-ao
new file mode 100644
index 000000000000..449ae1e496a2
--- /dev/null
+++ b/cad/spice/files/patch-ao
@@ -0,0 +1,11 @@
+--- src/lib/hlp/readhelp.c.orig Wed Apr 21 03:56:00 1993
++++ src/lib/hlp/readhelp.c Thu Sep 30 10:06:32 1999
+@@ -42,6 +42,6 @@
+ static char *getsubject();
+ static toplink *getsubtoplink();
+-extern void sortlist(), tlfree();
+-extern int sortcmp();
++static void sortlist(), tlfree();
++static int sortcmp();
+
+ static topic *alltopics = NULL;