1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Remove prototype, so it still compiles under CURRENT

killfile.c:58: conflicting types for `strnstr'
This commit is contained in:
Dirk Meyer 2001-10-14 18:07:46 +00:00
parent 820c87e724
commit 7b1a111123
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48762

View File

@ -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);