1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/w3m/files/patch-ao
R. Imura 478cafc84f Update to version 0.1.7.
PR:		16448
Submitted by:	maintainer
2000-01-30 16:23:57 +00:00

17 lines
338 B
Plaintext

--- 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);
-}