From 06af2165288cd6516b89001ec9e24992619230e0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 3 Feb 2007 17:28:39 +0000 Subject: suppress warnings about easch _main() having no preceding prototype --- util-linux/hwclock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util-linux/hwclock.c') diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index 8fcd8c99c..ca4238f9e 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c @@ -176,6 +176,7 @@ static int check_utc(void) #define HWCLOCK_OPT_HCTOSYS 0x08 #define HWCLOCK_OPT_SYSTOHC 0x10 +int hwclock_main(int argc, char **argv ); int hwclock_main(int argc, char **argv ) { unsigned opt; -- cgit v1.2.3