diff options
author | jmz <jmz@FreeBSD.org> | 2002-08-12 20:58:56 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2002-08-12 20:58:56 +0000 |
commit | d6bc8b71cd009d4198d1d4a536f6e0b690d582db (patch) | |
tree | 01dfadfc87c8ed9c6ed09cad458f050a58e589d5 /comms | |
parent | 2c6f5a04458f2b602bd425a71170f85ed9154b1e (diff) | |
download | FreeBSD-ports-d6bc8b71cd009d4198d1d4a536f6e0b690d582db.zip FreeBSD-ports-d6bc8b71cd009d4198d1d4a536f6e0b690d582db.tar.gz |
Fix the build on -current.
Submitted by: Flemming Jacobsen <fj@batmule.dk>
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 + |