mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
478cafc84f
PR: 16448 Submitted by: maintainer
17 lines
338 B
Plaintext
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);
|
|
-}
|