summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2002-08-12 20:58:56 +0000
committerjmz <jmz@FreeBSD.org>2002-08-12 20:58:56 +0000
commitd6bc8b71cd009d4198d1d4a536f6e0b690d582db (patch)
tree01dfadfc87c8ed9c6ed09cad458f050a58e589d5 /comms
parent2c6f5a04458f2b602bd425a71170f85ed9154b1e (diff)
downloadFreeBSD-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-ae12
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
+
OpenPOWER on IntegriCloud