aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax/files
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2003-02-05 20:33:44 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2003-02-05 20:33:44 +0000
commitcb7f01251567857857e2500505a1c9b8d02c266b (patch)
treea2df032ccc03f2ac8c9c6488b6f8579e176025e2 /comms/mgetty+sendfax/files
parent4a34b202c07a1986eae06d4e7c4a846faf9637cc (diff)
downloadports-cb7f01251567857857e2500505a1c9b8d02c266b.tar.gz
ports-cb7f01251567857857e2500505a1c9b8d02c266b.zip
Fix build on 5.0.
Notes
Notes: svn path=/head/; revision=74907
Diffstat (limited to 'comms/mgetty+sendfax/files')
-rw-r--r--comms/mgetty+sendfax/files/patch-e12
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/files/patch-e b/comms/mgetty+sendfax/files/patch-e
new file mode 100644
index 000000000000..e5b24790a922
--- /dev/null
+++ b/comms/mgetty+sendfax/files/patch-e
@@ -0,0 +1,12 @@
+--- logfile.c.orig Wed Feb 5 21:21:46 2003
++++ logfile.c Wed Feb 5 21:22:20 2003
+@@ -56,8 +56,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
+