Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/npf/npftest More __dead



details:   https://anonhg.NetBSD.org/src/rev/8a13168619b6
branches:  trunk
changeset: 781553:8a13168619b6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Sep 14 15:37:03 2012 +0000

description:
More __dead

diffstat:

 usr.sbin/npf/npftest/npftest.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 13f5775dadf1 -r 8a13168619b6 usr.sbin/npf/npftest/npftest.c
--- a/usr.sbin/npf/npftest/npftest.c    Fri Sep 14 13:00:01 2012 +0000
+++ b/usr.sbin/npf/npftest/npftest.c    Fri Sep 14 15:37:03 2012 +0000
@@ -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 @@
        exit(EXIT_FAILURE);
 }
 
-static void
+__dead static void
 describe_tests(void)
 {
        printf( "nbuf\tbasic npf mbuf handling\n"



Home | Main Index | Thread Index | Old Index