From b4c79417a1c5c2e98244f764bb82cb24281a5aa3 Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 25 Sep 2002 07:24:01 +0000 Subject: [PATCH] From the requestor: "Could you do me a favor and fix sys_bsd.c to get the howmany() macro from , instead of ? This will save me from having to worry about the unsync'd bits before making the change." Requested by: mike git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@103954 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- telnet/sys_bsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telnet/sys_bsd.c b/telnet/sys_bsd.c index 8f1f328..5d931bf 100644 --- a/telnet/sys_bsd.c +++ b/telnet/sys_bsd.c @@ -46,7 +46,7 @@ static const char sccsid[] = "@(#)sys_bsd.c 8.4 (Berkeley) 5/30/95"; * (at least between 4.x and dos) which is used in telnet.c. */ -#include +#include #include #include #include