mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
93baf05575
- remove WITH_GDBM hook as this is now standard in hypermail
12 lines
382 B
C
12 lines
382 B
C
--- src/proto.h.orig Mon Dec 24 12:40:11 2001
|
|
+++ src/proto.h Mon Dec 24 12:40:19 2001
|
|
@@ -88,7 +88,7 @@
|
|
char *strsav(const char *);
|
|
char *strreplace(char *, char *);
|
|
void strcpymax(char *, const char *, int);
|
|
-char *strcasestr(char *, const char *);
|
|
+/* char *strcasestr(char *, const char *); */
|
|
char *stripzone(char *);
|
|
int numstrchr(char *, char);
|
|
char *getvalue(char *);
|