From 1399697432e1e025423d470aebd15c8964ce0b18 Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 12 Dec 1996 11:35:59 +0000 Subject: [PATCH] Add for select(2) prototype. --- usr.bin/telnet/network.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/telnet/network.c b/usr.bin/telnet/network.c index cd63187d951..14fecdfa5bd 100644 --- a/usr.bin/telnet/network.c +++ b/usr.bin/telnet/network.c @@ -1,4 +1,4 @@ -/* $OpenBSD: network.c,v 1.2 1996/03/27 19:33:04 niklas Exp $ */ +/* $OpenBSD: network.c,v 1.3 1996/12/12 11:35:59 robin Exp $ */ /* $NetBSD: network.c,v 1.5 1996/02/28 21:04:06 thorpej Exp $ */ /* @@ -39,14 +39,14 @@ static char sccsid[] = "@(#)network.c 8.2 (Berkeley) 12/15/93"; static char rcsid[] = "$NetBSD: network.c,v 1.5 1996/02/28 21:04:06 thorpej Exp $"; #else -static char rcsid[] = "$OpenBSD: network.c,v 1.2 1996/03/27 19:33:04 niklas Exp $"; +static char rcsid[] = "$OpenBSD: network.c,v 1.3 1996/12/12 11:35:59 robin Exp $"; #endif #endif /* not lint */ #include #include #include - +#include #include #include -- 2.20.1