summaryrefslogtreecommitdiff
path: root/src/misc/gethostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/gethostid.c')
-rw-r--r--src/misc/gethostid.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/misc/gethostid.c b/src/misc/gethostid.c
new file mode 100644
index 00000000..ea65611a
--- /dev/null
+++ b/src/misc/gethostid.c
@@ -0,0 +1,4 @@
+long gethostid()
+{
+ return 0;
+}