summaryrefslogtreecommitdiff
path: root/games/xgospel/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'games/xgospel/patches/patch-ae')
-rw-r--r--games/xgospel/patches/patch-ae17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/xgospel/patches/patch-ae b/games/xgospel/patches/patch-ae
new file mode 100644
index 00000000000..e5e37a3cdc1
--- /dev/null
+++ b/games/xgospel/patches/patch-ae
@@ -0,0 +1,17 @@
+$NetBSD: patch-ae,v 1.1 2000/12/27 03:26:26 wiz Exp $
+
+--- relog.c.orig Mon Sep 14 11:05:19 1998
++++ relog.c
+@@ -23,10 +23,12 @@
+ #ifndef HAVE_NO_UNISTD_H
+ # include <unistd.h>
+ #endif /* HAVE_NO_UNISTD_H */
++#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_SOURCE */
++#endif
+ extern int close(/* int fd */);
+
+ int main(int argc, char **argv)