Add ``#include <unistd.h>'' for prototypes of:
authorrobin <robin@openbsd.org>
Wed, 11 Dec 1996 17:14:22 +0000 (17:14 +0000)
committerrobin <robin@openbsd.org>
Wed, 11 Dec 1996 17:14:22 +0000 (17:14 +0000)
close(2), write(2), read(2), select(2), sleep(3) and isatty(3).

usr.bin/telnet/sys_bsd.c

index daac07f..c7b199f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sys_bsd.c,v 1.3 1996/03/27 19:33:07 niklas Exp $      */
+/*     $OpenBSD: sys_bsd.c,v 1.4 1996/12/11 17:14:22 robin Exp $       */
 /*     $NetBSD: sys_bsd.c,v 1.11 1996/02/28 21:04:10 thorpej Exp $     */
 
 /*
@@ -39,7 +39,7 @@
 from: static char sccsid[] = "@(#)sys_bsd.c    8.4 (Berkeley) 5/30/95";
 static char rcsid[] = "$NetBSD: sys_bsd.c,v 1.11 1996/02/28 21:04:10 thorpej Exp $";
 #else
-static char rcsid[] = "$OpenBSD: sys_bsd.c,v 1.3 1996/03/27 19:33:07 niklas Exp $";
+static char rcsid[] = "$OpenBSD: sys_bsd.c,v 1.4 1996/12/11 17:14:22 robin Exp $";
 #endif
 #endif /* not lint */
 
@@ -56,6 +56,7 @@ static char rcsid[] = "$OpenBSD: sys_bsd.c,v 1.3 1996/03/27 19:33:07 niklas Exp
 #include <signal.h>
 #include <errno.h>
 #include <arpa/telnet.h>
+#include <unistd.h>
 
 #include "ring.h"