From c65f4e904ab2d110686c95d5df20190eee2da1aa Mon Sep 17 00:00:00 2001 From: tholo Date: Mon, 25 Mar 1996 21:19:50 +0000 Subject: [PATCH] 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]; -- 2.20.1