aboutsummaryrefslogtreecommitdiff
path: root/net/pmf
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-20 21:00:08 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-20 21:00:08 +0000
commit8d40b7b2deb381e03eb315dab1a141a80bcbe19f (patch)
tree88af581ff5c2321eddde30d2a0ccd879354e192e /net/pmf
parent6aac6c7a814ee32d136af1e23da6a56ed2192b4e (diff)
downloadports-8d40b7b2deb381e03eb315dab1a141a80bcbe19f.tar.gz
ports-8d40b7b2deb381e03eb315dab1a141a80bcbe19f.zip
Notes
Diffstat (limited to 'net/pmf')
-rw-r--r--net/pmf/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pmf/files/patch-af b/net/pmf/files/patch-af
new file mode 100644
index 000000000000..ad5d613e1041
--- /dev/null
+++ b/net/pmf/files/patch-af
@@ -0,0 +1,11 @@
+--- misc.c.orig Sat Feb 19 21:56:34 2000
++++ misc.c Sat Feb 19 21:56:43 2000
+@@ -16,7 +16,7 @@
+ #include "config.h"
+ #include "globals.h"
+
+-extern long time();
++extern time_t time();
+ extern char *ctime();
+
+ /*---------------------------------------------------------------------------*/