summaryrefslogtreecommitdiff
path: root/games/xgospel/patches/patch-ac
blob: 153f1de32b0a804bec54e432e7066545107f91bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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] */);