diff options
author | 1996-03-25 21:19:50 +0000 | |
---|---|---|
committer | 1996-03-25 21:19:50 +0000 | |
commit | c65f4e904ab2d110686c95d5df20190eee2da1aa (patch) | |
tree | 3e9d984981474f1fc609e6a251c4b2c6e1ee7052 /lib/libc | |
parent | Add prototypes for local functions, add const qualifiers where needed (diff) | |
download | wireguard-openbsd-c65f4e904ab2d110686c95d5df20190eee2da1aa.tar.xz wireguard-openbsd-c65f4e904ab2d110686c95d5df20190eee2da1aa.zip |
Minor cleanup
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/compat-43/sethostid.c | 5 |
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]; |