aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2002-08-12 20:58:56 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2002-08-12 20:58:56 +0000
commit567e2719bf728c45e35d7c3f95903993a20ef136 (patch)
tree73faea6233f7179345c7ccc202f2c82fdeefe930 /comms/mgetty+sendfax
parentf2a076ccbe46638e894d99f1a745bc4eb42f122b (diff)
downloadports-567e2719bf728c45e35d7c3f95903993a20ef136.tar.gz
ports-567e2719bf728c45e35d7c3f95903993a20ef136.zip
Fix the build on -current.
Submitted by: Flemming Jacobsen <fj@batmule.dk>
Notes
Notes: svn path=/head/; revision=64446
Diffstat (limited to 'comms/mgetty+sendfax')
-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 000000000000..48329ced5d58
--- /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
+