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
This commit is contained in:
Don Lewis 2016-05-13 05:39:29 +00:00
parent 1f0a49e863
commit aa60f7a6de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299588

View File

@ -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;