summaryrefslogtreecommitdiff
path: root/games/xkobo/patches/patch-ad
blob: 85ce0eb4afb7eb3952ec16a8a258fc4716b4243a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ad,v 1.1 2004/05/27 21:59:56 hubertf Exp $

--- xkobo.C.orig	1996-06-14 19:27:27.000000000 +0200
+++ xkobo.C
@@ -51,7 +51,11 @@ int             cheat_mode;
 
 static int      signal_delivered = 1;
 
+#ifdef __NetBSD__
+static void sig_handle(int sig)
+#else
 static void sig_handle(...)
+#endif
 {
     signal_delivered = 1;
 }