diff options
Diffstat (limited to 'coreutils/hostid.c')
-rw-r--r-- | coreutils/hostid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/hostid.c b/coreutils/hostid.c index 9e503e598..f1010a65d 100644 --- a/coreutils/hostid.c +++ b/coreutils/hostid.c | |||
@@ -26,5 +26,5 @@ | |||
26 | extern int hostid_main(int argc, char **argv) | 26 | extern int hostid_main(int argc, char **argv) |
27 | { | 27 | { |
28 | printf("%lx\n", gethostid()); | 28 | printf("%lx\n", gethostid()); |
29 | exit(TRUE); | 29 | return(TRUE); |
30 | } | 30 | } |