mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
$NetBSD: patch-ae,v 1.1 2000/09/24 23:46:02 hubertf Exp $
|
|
|
|
--- c_main.c.orig Sun Sep 24 19:43:12 2000
|
|
+++ c_main.c
|
|
@@ -123,7 +123,9 @@
|
|
Bool salvo_flag = False;
|
|
Bool sens = False;
|
|
Bool sight_flag = False;
|
|
+#ifndef __NetBSD__
|
|
extern long time();
|
|
+#endif
|
|
struct timeval tstart;
|
|
struct timeval tend;
|
|
long tdiff, limit;
|