From 5e221828f83731c9f6083e6ce9703c1251dba05a Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 22 Oct 1995 14:37:11 +0000 Subject: Minor cleanup, mostly unused vars and missing #includes. --- lib/libc/gen/sysctl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc/gen/sysctl.c') diff --git a/lib/libc/gen/sysctl.c b/lib/libc/gen/sysctl.c index f67a533..cb7448a 100644 --- a/lib/libc/gen/sysctl.c +++ b/lib/libc/gen/sysctl.c @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)sysctl.c 8.2 (Berkeley) 1/4/94"; #include #include #include +#include int sysctl(name, namelen, oldp, oldlenp, newp, newlen) -- cgit v1.1