artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca787e5
)
Minor cleanup
author
tholo
<tholo@openbsd.org>
Mon, 25 Mar 1996 21:19:50 +0000
(21:19 +0000)
committer
tholo
<tholo@openbsd.org>
Mon, 25 Mar 1996 21:19:50 +0000
(21:19 +0000)
lib/libc/compat-43/sethostid.c
patch
|
blob
|
history
diff --git
a/lib/libc/compat-43/sethostid.c
b/lib/libc/compat-43/sethostid.c
index
fd7c0a5
..
0ef7a12
100644
(file)
--- 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];