aboutsummaryrefslogtreecommitdiffstats
path: root/www/w3m/files/patch-indep.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/w3m/files/patch-indep.h')
-rw-r--r--www/w3m/files/patch-indep.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/w3m/files/patch-indep.h b/www/w3m/files/patch-indep.h
deleted file mode 100644
index 609e519c31e..00000000000
--- a/www/w3m/files/patch-indep.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- indep.h.orig Mon Oct 29 09:49:01 2001
-+++ indep.h Mon Oct 29 09:49:52 2001
-@@ -23,7 +23,7 @@
- extern char *cleanupName2(char *name, int flag);
- #define cleanupName(name) cleanupName2((name), TRUE)
- extern char *expandPath(char *name);
--extern char *strcasestr(char *s1, char *s2);
-+extern char *strcasestr(const char *s1, const char *s2);
- extern int strcasemstr(char *str, char *srch[], char **ret_ptr);
- extern char *remove_space(char *str);
- extern int non_null(char *s);