aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-10-15 02:07:46 +0800
committerdinoex <dinoex@FreeBSD.org>2001-10-15 02:07:46 +0800
commita1e2d301058014cb6a62b9c873358dfc6527e146 (patch)
treef2eb53c9d7ab0e3b6806417545e09be515967c30 /news
parent951a7b7cff7858539d01bd575464144b85351754 (diff)
downloadfreebsd-ports-gnome-a1e2d301058014cb6a62b9c873358dfc6527e146.tar.gz
freebsd-ports-gnome-a1e2d301058014cb6a62b9c873358dfc6527e146.tar.zst
freebsd-ports-gnome-a1e2d301058014cb6a62b9c873358dfc6527e146.zip
Remove prototype, so it still compiles under CURRENT
killfile.c:58: conflicting types for `strnstr'
Diffstat (limited to 'news')
-rw-r--r--news/suck/files/patch-killfile.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/news/suck/files/patch-killfile.c b/news/suck/files/patch-killfile.c
new file mode 100644
index 000000000000..93d220c4423f
--- /dev/null
+++ b/news/suck/files/patch-killfile.c
@@ -0,0 +1,10 @@
+--- killfile.c.orig Tue Aug 28 01:55:03 2001
++++ killfile.c Sun Oct 14 20:03:03 2001
+@@ -55,7 +55,6 @@
+ void print_debug(PKillStruct, const char *);
+ void debug_one_kill(POneKill);
+ void add_to_linkedlist(pmy_regex *, pmy_regex);
+-const char *strnstr(const char *, const char *);
+ pmy_regex regex_scan(char *, char, int, int, char);
+ int regex_check(char *, pmy_regex, int);
+