Minor cleanup
authortholo <tholo@openbsd.org>
Mon, 25 Mar 1996 21:19:50 +0000 (21:19 +0000)
committertholo <tholo@openbsd.org>
Mon, 25 Mar 1996 21:19:50 +0000 (21:19 +0000)
lib/libc/compat-43/sethostid.c

index fd7c0a5..0ef7a12 100644 (file)
@@ -38,14 +38,9 @@ static char sccsid[] = "@(#)sethostid.c      8.1 (Berkeley) 6/2/93";
 #include <sys/param.h>
 #include <sys/sysctl.h>
 
-#if __STDC__
-int
-sethostid(long hostid)
-#else
 int
 sethostid(hostid)
        long hostid;
-#endif
 {
        int mib[2];