Module Name:    src
Committed By:   joerg
Date:           Fri Sep 14 15:37:03 UTC 2012

Modified Files:
        src/usr.sbin/npf/npftest: npftest.c

Log Message:
More __dead


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/npf/npftest/npftest.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.sbin/npf/npftest/npftest.c
diff -u src/usr.sbin/npf/npftest/npftest.c:1.7 src/usr.sbin/npf/npftest/npftest.c:1.8
--- src/usr.sbin/npf/npftest/npftest.c:1.7	Wed Sep 12 08:47:14 2012
+++ src/usr.sbin/npf/npftest/npftest.c	Fri Sep 14 15:37:03 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: npftest.c,v 1.7 2012/09/12 08:47:14 martin Exp $	*/
+/*	$NetBSD: npftest.c,v 1.8 2012/09/14 15:37:03 joerg Exp $	*/
 
 /*
  * NPF testing framework.
@@ -26,7 +26,7 @@
 
 static bool verbose, quiet;
 
-static void
+__dead static void
 usage(void)
 {
 	printf("usage:\n"
@@ -48,7 +48,7 @@ usage(void)
 	exit(EXIT_FAILURE);
 }
 
-static void
+__dead static void
 describe_tests(void)
 {
 	printf(	"nbuf\tbasic npf mbuf handling\n"

Reply via email to