Module Name:    src
Committed By:   dholland
Date:           Sat Sep  3 05:50:06 UTC 2016

Modified Files:
        src/usr.bin/innetgr: innetgr.c

Log Message:
simplify __dead usage


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/innetgr/innetgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/innetgr/innetgr.c
diff -u src/usr.bin/innetgr/innetgr.c:1.9 src/usr.bin/innetgr/innetgr.c:1.10
--- src/usr.bin/innetgr/innetgr.c:1.9	Sat Sep  3 02:24:04 2016
+++ src/usr.bin/innetgr/innetgr.c	Sat Sep  3 05:50:06 2016
@@ -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)
 {
 

Reply via email to