From cf0e1677c426e0539c888215b099095102d48258 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Mon, 25 Mar 1996 21:19:51 +0000 Subject: Minor cleanup --- lib/libc/compat-43/sethostid.c | 5 ----- 1 file changed, 5 deletions(-) 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]; -- cgit v1.2.3