From de4568f7574fc529eea3ba9a49bb706ffbbd201c Mon Sep 17 00:00:00 2001 From: J William Piggott Date: Sun, 24 Dec 2017 15:37:36 -0500 Subject: hwclock: rename --debug option to --verbose Warn on --debug; do not fallthrough because the message is lost in the verbose output. Coauthored-by: Sami Kerola Signed-off-by: Sami Kerola Signed-off-by: J William Piggott --- sys-utils/hwclock.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys-utils/hwclock.h') diff --git a/sys-utils/hwclock.h b/sys-utils/hwclock.h index 215cf9302..570bfe439 100644 --- a/sys-utils/hwclock.h +++ b/sys-utils/hwclock.h @@ -18,7 +18,7 @@ struct hwclock_control { #ifdef __linux__ char *rtc_dev_name; #endif - unsigned int debug; + unsigned int verbose; unsigned int hwaudit_on:1, adjust:1, @@ -54,7 +54,6 @@ extern struct clock_ops *probe_for_cmos_clock(void); extern struct clock_ops *probe_for_rtc_clock(const struct hwclock_control *ctl); /* hwclock.c */ -extern int debug; extern double time_diff(struct timeval subtrahend, struct timeval subtractor); /* rtc.c */ -- cgit v1.2.3-55-g7522