mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
12 lines
290 B
Plaintext
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();
|
|
|
|
/*---------------------------------------------------------------------------*/
|