diff options
Diffstat (limited to 'www/w3m/files/patch-ao')
-rw-r--r-- | www/w3m/files/patch-ao | 16 |
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); +-} |