blob: fd1f13610898a0b323b5693572dbdf64db43dd01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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 )
|