From a1e2d301058014cb6a62b9c873358dfc6527e146 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 14 Oct 2001 18:07:46 +0000 Subject: Remove prototype, so it still compiles under CURRENT killfile.c:58: conflicting types for `strnstr' --- news/suck/files/patch-killfile.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 news/suck/files/patch-killfile.c (limited to 'news/suck/files') 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); + -- cgit