1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/w3m/files/patch-ao
Akinori MUSHA c8e30c553c Update to 0.1.11-pre.
PR:		ports/19779
Submitted by:	Maintainer
2000-07-08 07:52:16 +00:00

20 lines
478 B
Plaintext

--- rc.c.orig Fri Jun 9 04:55:18 2000
+++ rc.c Fri Jun 9 04:55:26 2000
@@ -990,16 +990,3 @@
Strcat_charp(file, base);
return expandName(file->ptr);
}
-
-char *
-helpFile(char *base)
-{
-#ifdef __EMX__
- Str file = Strnew_charp(get_os2_dft("W3M_HELP_DIR", HELP_DIR));
-#else /* not __EMX__ */
- Str file = Strnew_charp(HELP_DIR);
-#endif /* not __EMX__ */
- Strcat_char(file, '/');
- Strcat_charp(file, base);
- return expandName(file->ptr);
-}