From: tholo Date: Mon, 25 Mar 1996 21:19:50 +0000 (+0000) Subject: Minor cleanup X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c65f4e904ab2d110686c95d5df20190eee2da1aa;p=openbsd Minor cleanup --- diff --git a/lib/libc/compat-43/sethostid.c b/lib/libc/compat-43/sethostid.c index fd7c0a56b2a..0ef7a12854f 100644 --- a/lib/libc/compat-43/sethostid.c +++ b/lib/libc/compat-43/sethostid.c @@ -38,14 +38,9 @@ static char sccsid[] = "@(#)sethostid.c 8.1 (Berkeley) 6/2/93"; #include #include -#if __STDC__ -int -sethostid(long hostid) -#else int sethostid(hostid) long hostid; -#endif { int mib[2];