summaryrefslogtreecommitdiffstats
path: root/lib/libc/compat-43/gethostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/compat-43/gethostid.c')
-rw-r--r--lib/libc/compat-43/gethostid.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/compat-43/gethostid.c b/lib/libc/compat-43/gethostid.c
index 0652230..cc1b905 100644
--- a/lib/libc/compat-43/gethostid.c
+++ b/lib/libc/compat-43/gethostid.c
@@ -40,13 +40,8 @@ __FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/sysctl.h>
-#if __STDC__
long
gethostid(void)
-#else
-long
-gethostid()
-#endif
{
int mib[2];
size_t size;
OpenPOWER on IntegriCloud