diff options
Diffstat (limited to 'miscutils/watchdog.c')
-rw-r--r-- | miscutils/watchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index 4ad21cbc9..9b1a110ea 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #define OPT_FOREGROUND 0x01 | 13 | #define OPT_FOREGROUND 0x01 |
14 | #define OPT_TIMER 0x02 | 14 | #define OPT_TIMER 0x02 |
15 | 15 | ||
16 | static void watchdog_shutdown(int sig ATTRIBUTE_UNUSED) | 16 | static void watchdog_shutdown(int sig UNUSED_PARAM) |
17 | { | 17 | { |
18 | static const char V = 'V'; | 18 | static const char V = 'V'; |
19 | 19 | ||