summaryrefslogtreecommitdiff
path: root/games/quakeforge/patches/patch-ar
blob: e4d5c562c1dba86981a6f601b425397ddc7aae9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ar,v 1.1 2008/01/23 04:59:37 tnn Exp $

--- nq/source/sys_unix.c.orig	2003-01-15 15:31:28.000000000 +0000
+++ nq/source/sys_unix.c
@@ -69,6 +69,9 @@ shutdown (void)
 	fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~O_NONBLOCK);
 }
 
+extern void Key_Progs_Init (progs_t *pr);
+void (*x)() = Key_Progs_Init;
+
 int
 main (int c, const char *v[])
 {