summaryrefslogtreecommitdiff
path: root/news/suck
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-10-14 18:07:46 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-10-14 18:07:46 +0000
commit7b1a111123c65b7c37d014eb57c5f53b20ecb766 (patch)
treec8967f4e98ce6e95929e54faaea330d628d090f5 /news/suck
parentadd pdnmesh (diff)
Remove prototype, so it still compiles under CURRENT
killfile.c:58: conflicting types for `strnstr'
Notes
Notes: svn path=/head/; revision=48762
Diffstat (limited to 'news/suck')
-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);
+