From aa60f7a6debd8c6ad0e2de51146173f63fa1f477 Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Fri, 13 May 2016 05:39:29 +0000 Subject: [PATCH] Revert r299584: Mark usage() as __dead2 so that Coverity doesn't think that execution continues after the call and uses a negative array subscript. Requested by: bde --- usr.sbin/binmiscctl/binmiscctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/binmiscctl/binmiscctl.c b/usr.sbin/binmiscctl/binmiscctl.c index 57ab2b6f5df..5ab82e4cd42 100644 --- a/usr.sbin/binmiscctl/binmiscctl.c +++ b/usr.sbin/binmiscctl/binmiscctl.c @@ -133,7 +133,7 @@ static char const *cmd_sysctl_name[] = { IBE_SYSCTL_NAME_LIST }; -static void __dead2 +static void usage(const char *format, ...) { va_list args;