diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/files/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/files/patch-ae b/comms/mgetty+sendfax/files/patch-ae new file mode 100644 index 0000000..48329ce --- /dev/null +++ b/comms/mgetty+sendfax/files/patch-ae @@ -0,0 +1,12 @@ +--- logfile.c.orig Mon Aug 12 18:15:34 2002 ++++ logfile.c Mon Aug 12 18:15:59 2002 +@@ -52,8 +52,8 @@ + /* Most systems have these variables but do not declare them. On many + of those systems that _do_ declare them, it won't hurt */ + +-extern int sys_nerr; + #if !defined(__NetBSD__) && !defined( __FreeBSD__ ) && !defined(__OpenBSD__) && !defined(__GLIBC__) && !defined(__MACH__) ++extern int sys_nerr; + extern char *sys_errlist[]; + #endif + |