mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
15 lines
359 B
Plaintext
15 lines
359 B
Plaintext
$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[])
|
|
{
|