From dfba741457cc81eb2ed3a9d4c074fbad74aa3249 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 6 Mar 2006 20:47:33 +0000 Subject: Robert P. Day removed 8 gazillion occurrences of "extern" on function definitions. (That should only be on prototypes.) --- coreutils/hostid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/hostid.c') diff --git a/coreutils/hostid.c b/coreutils/hostid.c index 0c11ca385..cda96726a 100644 --- a/coreutils/hostid.c +++ b/coreutils/hostid.c @@ -13,7 +13,7 @@ #include #include "busybox.h" -extern int hostid_main(int argc, char ATTRIBUTE_UNUSED **argv) +int hostid_main(int argc, char ATTRIBUTE_UNUSED **argv) { if (argc > 1) { bb_show_usage(); -- cgit v1.2.3