diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-12-05 03:09:05 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-12-05 03:09:05 +0000 |
commit | 4fde2f0516ee72123c25f2cde4be0144b969cd6f (patch) | |
tree | cdde42786a282034b16006deb323a588128e693c /comms/mgetty+sendfax/files/patch-af | |
parent | Fix WWW (diff) |
Upgrade to version 1.1.27.
Install a default new_fax program.
Install sample files.
Notes
Notes:
svn path=/head/; revision=51040
Diffstat (limited to 'comms/mgetty+sendfax/files/patch-af')
-rw-r--r-- | comms/mgetty+sendfax/files/patch-af | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/comms/mgetty+sendfax/files/patch-af b/comms/mgetty+sendfax/files/patch-af deleted file mode 100644 index b75dd3277778..000000000000 --- a/comms/mgetty+sendfax/files/patch-af +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 - |