From: robin Date: Wed, 11 Dec 1996 17:14:22 +0000 (+0000) Subject: Add ``#include '' for prototypes of: X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2680e66f31f0a09b6e995e9898b24d43ff0577a3;p=openbsd Add ``#include '' for prototypes of: close(2), write(2), read(2), select(2), sleep(3) and isatty(3). --- diff --git a/usr.bin/telnet/sys_bsd.c b/usr.bin/telnet/sys_bsd.c index daac07fe7ce..c7b199f6b86 100644 --- a/usr.bin/telnet/sys_bsd.c +++ b/usr.bin/telnet/sys_bsd.c @@ -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 #include #include +#include #include "ring.h"