summaryrefslogtreecommitdiff
path: root/games/cbzone/patches/patch-ae
blob: 8e5b09fcb9ad1a3b347a57a493f982e53c8aae18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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;