diff options
Diffstat (limited to 'sysutils/logtool-devel/files/patch-ac')
-rw-r--r-- | sysutils/logtool-devel/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/logtool-devel/files/patch-ac b/sysutils/logtool-devel/files/patch-ac new file mode 100644 index 000000000000..e4a1e31c8f8a --- /dev/null +++ b/sysutils/logtool-devel/files/patch-ac @@ -0,0 +1,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); */ + + + /* |