summaryrefslogtreecommitdiff
path: root/news/tin/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'news/tin/files/patch-aa')
-rw-r--r--news/tin/files/patch-aa12
1 files changed, 0 insertions, 12 deletions
diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa
deleted file mode 100644
index bd59ccc19fd7..000000000000
--- a/news/tin/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- include/proto.h.orig Tue Jan 29 17:31:11 2002
-+++ include/proto.h Tue Mar 19 13:29:43 2002
-@@ -628,7 +628,9 @@
- extern char *my_strdup (const char *str);
- extern char *str_trim (char *string);
- extern char *tin_ltoa (long value, int digits);
-+#ifndef HAVE_STRCASESTR
- extern const char *strcasestr (const char *haystack, const char *needle);
-+#endif
- extern int sh_format (char *dst, size_t len, const char *fmt, ...);
- extern size_t mystrcat (char **t, const char *s);
- extern void my_strncpy (char *p, const char *q, size_t n);