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