summaryrefslogtreecommitdiff
path: root/hostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'hostid.c')
-rw-r--r--hostid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostid.c b/hostid.c
index 47bd8d724..35a5859c4 100644
--- a/hostid.c
+++ b/hostid.c
@@ -26,5 +26,5 @@
26extern int hostid_main(int argc, char **argv) 26extern int hostid_main(int argc, char **argv)
27{ 27{
28 printf("%lx\n", gethostid()); 28 printf("%lx\n", gethostid());
29 return(TRUE); 29 return EXIT_SUCCESS;
30} 30}