simplify __dead usage

This commit is contained in:
dholland 2016-09-03 05:50:06 +00:00
parent f237858c5d
commit e7afde8f0f

View File

@ -1,4 +1,4 @@
/* $NetBSD: innetgr.c,v 1.9 2016/09/03 02:24:04 sevan Exp $ */
/* $NetBSD: innetgr.c,v 1.10 2016/09/03 05:50:06 dholland Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -30,16 +30,14 @@
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: innetgr.c,v 1.9 2016/09/03 02:24:04 sevan Exp $");
__RCSID("$NetBSD: innetgr.c,v 1.10 2016/09/03 05:50:06 dholland Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <netgroup.h>
static void usage(void) __dead;
static void
static __dead void
usage(void)
{