1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/pmf/files/patch-af
2000-02-20 21:00:08 +00:00

12 lines
290 B
Plaintext

--- 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();
/*---------------------------------------------------------------------------*/