summaryrefslogtreecommitdiff
path: root/games/xgospel/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/xgospel/patches/patch-ac')
-rw-r--r--games/xgospel/patches/patch-ac17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xgospel/patches/patch-ac b/games/xgospel/patches/patch-ac
new file mode 100644
index 00000000000..153f1de32b0
--- /dev/null
+++ b/games/xgospel/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1 2000/12/27 03:26:26 wiz Exp $
+
+--- relay.c.orig Mon Sep 14 11:05:49 1998
++++ relay.c
+@@ -66,10 +66,12 @@
+ extern int pause(/* void */);
+ extern unsigned int alarm(/* unsigned int secs */);
+
++#if 0
+ #ifndef _POSIX_SOURCE
+ extern int read( /* int fd, char *buf, unsigned int n */);
+ extern int write(/* int fd, const char *buf, unsigned int n */);
+ #endif /* _POSIX_SOURC */
++#endif
+ extern int close(/* int fd */);
+ extern int dup( /* int fd */);
+ extern int pipe(/* int fd[2] */);