forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
316 B
C
11 lines
316 B
C
--- ./misc.c.orig 1991-09-21 23:13:43.000000000 -0400
|
|
+++ ./misc.c 2010-02-02 14:21:04.000000000 -0500
|
|
@@ -16,7 +16,7 @@
|
|
#include "config.h"
|
|
#include "globals.h"
|
|
|
|
-extern long time();
|
|
+extern time_t time();
|
|
extern char *ctime();
|
|
|
|
/*---------------------------------------------------------------------------*/
|