summaryrefslogtreecommitdiff
path: root/test/inet/gethostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/inet/gethostid.c')
-rw-r--r--test/inet/gethostid.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/inet/gethostid.c b/test/inet/gethostid.c
deleted file mode 100644
index 1b9af86b7..000000000
--- a/test/inet/gethostid.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <unistd.h>
-#include <stdio.h>
-int main(void) {
- printf("hostid=%ld\n", gethostid());
- return 0;
-}