pkgsrc/games/xgospel/patches/patch-ae

17 lines
474 B
Text

$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)