diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:04:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:04:58 +0000 |
commit | f4c18adf519154f09c2481a63f5493130b5e7448 (patch) | |
tree | a91bad08c660465368667e9871601f5fd0360b64 /cad/spice/files/patch-ao | |
parent | Update to version 20000430. (diff) |
Incorporate some changes from NetBSD, Linux, and the Macquarie University.
PR: 18509
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Notes
Notes:
svn path=/head/; revision=28868
Diffstat (limited to 'cad/spice/files/patch-ao')
-rw-r--r-- | cad/spice/files/patch-ao | 11 |
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; |