mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
- Support PLIST_FILES - Add LICENSE - Add MAKE_JOBS_SAFE - Trim header PR: 175046 Submitted by: ports fury
12 lines
401 B
C
12 lines
401 B
C
--- options.c.orig 1994-10-29 17:09:46.000000000 +0900
|
|
+++ options.c 2012-10-24 16:09:09.000000000 +0900
|
|
@@ -158,7 +158,9 @@
|
|
char config_filename[STRING_LENGTH];
|
|
char txt[STRING_LENGTH];
|
|
ERRNO_TYPE errno;
|
|
+#if 0
|
|
extern char *sys_errlist[];
|
|
+#endif
|
|
|
|
(void) sprintf (config_filename, "%s/PGPsendmail.config", pgppath);
|
|
if ( ( fp = fopen (config_filename, "r") ) == NULL )
|