Module Name:    src
Committed By:   joerg
Date:           Tue Sep 24 22:52:14 UTC 2013

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

Log Message:
Add missing dead.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.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/libnpftest/npf_perf_test.c
diff -u src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c:1.2 src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c:1.3
--- src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c:1.2	Tue Sep 24 02:44:20 2013
+++ src/usr.sbin/npf/npftest/libnpftest/npf_perf_test.c	Tue Sep 24 22:52:14 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: npf_perf_test.c,v 1.2 2013/09/24 02:44:20 rmind Exp $	*/
+/*	$NetBSD: npf_perf_test.c,v 1.3 2013/09/24 22:52:14 joerg Exp $	*/
 
 /*
  * NPF benchmarking.
@@ -43,7 +43,7 @@ fill_packet(unsigned i)
 	return m;
 }
 
-static void
+__dead static void
 worker(void *arg)
 {
 	ifnet_t *ifp = ifunit(IFNAME_INT);

Reply via email to