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 2794510..6f007d8 100644 --- a/coreutils/hostid.c +++ b/coreutils/hostid.c @@ -22,5 +22,5 @@ int hostid_main(int argc, char **argv UNUSED_PARAM) printf("%lx\n", gethostid()); - return fflush(stdout); + return fflush_all(); } |