freebsd-ports/net/pmf/files/patch-af

12 lines
290 B
Text
Raw Normal View History

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