aboutsummaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-05 10:14:34 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-05 10:14:34 +0000
commitc7bb7a55e5ffb7186fdc97835277e5574b5620a9 (patch)
tree2ae9a9ef6c1c0350e344317977f66ae592975e03 /comms/mgetty+sendfax
parente236768ddcf1e3e8c6c8fb5e768457f33726d99c (diff)
downloadports-c7bb7a55e5ffb7186fdc97835277e5574b5620a9.tar.gz
ports-c7bb7a55e5ffb7186fdc97835277e5574b5620a9.zip
Notes
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r--comms/mgetty+sendfax/files/patch-ae14
-rw-r--r--comms/mgetty+sendfax/files/patch-af14
2 files changed, 28 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..927dd18aa440
--- /dev/null
+++ b/comms/mgetty+sendfax/files/patch-ae
@@ -0,0 +1,14 @@
+--- mgetty.c.orig Tue Sep 1 20:22:57 1998
++++ mgetty.c Tue Jan 5 18:57:26 1999
+@@ -64,7 +64,10 @@
+ /* prototypes for system functions (that are missing in some
+ * system header files)
+ */
+-#ifndef __NetBSD__
++#if (defined(__unix__) || defined(unix)) && !defined(USG)
++#include <sys/param.h>
++#endif
++#if !(defined(BSD) && (BSD >= 199306))
+ time_t time _PROTO(( long * tloc ));
+ #endif
+
diff --git a/comms/mgetty+sendfax/files/patch-af b/comms/mgetty+sendfax/files/patch-af
new file mode 100644
index 000000000000..b75dd3277778
--- /dev/null
+++ b/comms/mgetty+sendfax/files/patch-af
@@ -0,0 +1,14 @@
+--- faxrec.c.orig Tue Dec 16 20:39:24 1997
++++ faxrec.c Tue Jan 5 18:59:48 1999
+@@ -35,7 +35,10 @@
+ extern time_t call_start; /* in faxrecp.c, set in mgetty.c */
+ static time_t call_done;
+
+-#ifndef __NetBSD__
++#if (defined(__unix__) || defined(unix)) && !defined(USG)
++#include <sys/param.h>
++#endif
++#if !(defined(BSD) && (BSD >= 199306))
+ time_t time _PROTO(( long * tloc ));
+ #endif
+