mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
--- misc/niceabort.c.orig Thu Jan 27 21:59:20 2000
|
|
+++ misc/niceabort.c Thu Jan 27 21:59:33 2000
|
|
@@ -52,7 +52,7 @@
|
|
bool AbortFatal = FALSE;
|
|
|
|
/* For lint */
|
|
-long time();
|
|
+time_t time();
|
|
char *ctime();
|
|
|
|
void
|