diff options
Diffstat (limited to 'net/pmf')
-rw-r--r-- | net/pmf/files/patch-af | 11 |
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(); + + /*---------------------------------------------------------------------------*/ |