Module Name:    src
Committed By:   joerg
Date:           Thu Jul 19 06:31:26 UTC 2012

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

Log Message:
Add missing __dead.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/npf/npfctl/npfctl.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/npfctl/npfctl.c
diff -u src/usr.sbin/npf/npfctl/npfctl.c:1.15 src/usr.sbin/npf/npfctl/npfctl.c:1.16
--- src/usr.sbin/npf/npfctl/npfctl.c:1.15	Sun Jul 15 00:22:59 2012
+++ src/usr.sbin/npf/npfctl/npfctl.c	Thu Jul 19 06:31:26 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: npfctl.c,v 1.15 2012/07/15 00:22:59 rmind Exp $	*/
+/*	$NetBSD: npfctl.c,v 1.16 2012/07/19 06:31:26 joerg Exp $	*/
 
 /*-
  * Copyright (c) 2009-2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: npfctl.c,v 1.15 2012/07/15 00:22:59 rmind Exp $");
+__RCSID("$NetBSD: npfctl.c,v 1.16 2012/07/19 06:31:26 joerg Exp $");
 
 #include <sys/ioctl.h>
 #include <sys/stat.h>
@@ -243,7 +243,7 @@ npfctl_print_error(const nl_error_t *ne)
 	}
 }
 
-static void
+__dead static void
 npfctl_table(int fd, char **argv)
 {
 	static const struct tblops_s {

Reply via email to