aboutsummaryrefslogtreecommitdiffstats
path: root/www/w3m/files/patch-ao
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-01-30 16:23:57 +0000
committerR. Imura <imura@FreeBSD.org>2000-01-30 16:23:57 +0000
commit478cafc84fb309fe828906063445a7fd275e8b8e (patch)
tree138004449345450c4b62d8d2616fa6ac598cfc2a /www/w3m/files/patch-ao
parent8ce2905ce2bda57fe389acedb3b10d680f455cee (diff)
Update to version 0.1.7.
PR: 16448 Submitted by: maintainer
Diffstat (limited to 'www/w3m/files/patch-ao')
-rw-r--r--www/w3m/files/patch-ao16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/w3m/files/patch-ao b/www/w3m/files/patch-ao
new file mode 100644
index 000000000000..9b00512431d3
--- /dev/null
+++ b/www/w3m/files/patch-ao
@@ -0,0 +1,16 @@
+--- rc.c.orig Fri Jan 28 09:46:07 2000
++++ rc.c Fri Jan 28 18:58:17 2000
+@@ -540,13 +540,3 @@
+ Strcat_charp(file, base);
+ return expandName(file->ptr);
+ }
+-
+-char *
+-helpFile(char *base)
+-{
+- Str file = Strnew_charp(HELP_DIR);
+-
+- Strcat_char(file, '/');
+- Strcat_charp(file, base);
+- return expandName(file->ptr);
+-}