diff options
Diffstat (limited to 'coreutils/hostid.c')
-rw-r--r-- | coreutils/hostid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/hostid.c b/coreutils/hostid.c index 65447aa63..51a76c631 100644 --- a/coreutils/hostid.c +++ b/coreutils/hostid.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <unistd.h> | 13 | #include <unistd.h> |
14 | #include "busybox.h" | 14 | #include "busybox.h" |
15 | 15 | ||
16 | int hostid_main(int argc, char ATTRIBUTE_UNUSED **argv); | ||
16 | int hostid_main(int argc, char ATTRIBUTE_UNUSED **argv) | 17 | int hostid_main(int argc, char ATTRIBUTE_UNUSED **argv) |
17 | { | 18 | { |
18 | if (argc > 1) { | 19 | if (argc > 1) { |