summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-03-25 21:19:51 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-03-25 21:19:51 +0000
commitcf0e1677c426e0539c888215b099095102d48258 (patch)
treeeb23aa82cbeab2daaeeb9180f7f22bab0ab28b38 /lib
parent1090f7e5ac7f128ddfaaad6888e1d852e448016f (diff)
Minor cleanup
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/compat-43/sethostid.c5
1 files changed, 0 insertions, 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 <sys/param.h>
#include <sys/sysctl.h>
-#if __STDC__
-int
-sethostid(long hostid)
-#else
int
sethostid(hostid)
long hostid;
-#endif
{
int mib[2];