blob: 36fa83980a3792d99c46eb75f92a122dabf9d233 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- misc/niceabort.c.orig Sat Jan 13 07:13:00 2001
+++ misc/niceabort.c Fri Oct 11 23:38:53 2002
@@ -52,7 +52,7 @@
bool AbortFatal = FALSE;
/* For lint */
-long time();
+time_t time();
char *ctime();
void
|