blob: e4a1e31c8f8a0456e563faf6ee159a2ee4787829 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- logtool/logtool.h.orig Sat Dec 30 20:21:40 2000
+++ logtool/logtool.h Sat Dec 30 20:22:16 2000
@@ -62,7 +62,7 @@
* For some reason string.h doesn't define this, so I do it here
* Are there portability problems with strncasesmp or sumpthin?
*/
-int strncasecmp(char *s1, char *s2, size_t size);
+/*int strncasecmp(char *s1, char *s2, size_t size); */
/*
|