17 lines
513 B
Text
17 lines
513 B
Text
$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] */);
|