diff options
author | 2003-07-15 02:56:14 +0000 | |
---|---|---|
committer | 2003-07-15 02:56:14 +0000 | |
commit | 0c55bb99e6ebc0fa6d77b3086dab2f191dcf5d06 (patch) | |
tree | 3108734ba6f1aa255396b63600497d137228d111 /lib/libc/compat-43 | |
parent | match on ich5 as piix; from couderc@ (diff) | |
download | wireguard-openbsd-0c55bb99e6ebc0fa6d77b3086dab2f191dcf5d06.tar.xz wireguard-openbsd-0c55bb99e6ebc0fa6d77b3086dab2f191dcf5d06.zip |
protos
Diffstat (limited to 'lib/libc/compat-43')
-rw-r--r-- | lib/libc/compat-43/gethostid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/compat-43/gethostid.c b/lib/libc/compat-43/gethostid.c index e528e3432d1..079ca83c161 100644 --- a/lib/libc/compat-43/gethostid.c +++ b/lib/libc/compat-43/gethostid.c @@ -28,11 +28,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: gethostid.c,v 1.5 2003/06/02 20:18:33 millert Exp $"; +static char *rcsid = "$OpenBSD: gethostid.c,v 1.6 2003/07/15 02:56:14 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> #include <sys/sysctl.h> +#include <unistd.h> long gethostid(void) |