Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/npf/npfctl Add missing __dead.
details: https://anonhg.NetBSD.org/src/rev/75fbffc72998
branches: trunk
changeset: 780282:75fbffc72998
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Jul 19 06:31:26 2012 +0000
description:
Add missing __dead.
diffstat:
usr.sbin/npf/npfctl/npfctl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2648459da1f4 -r 75fbffc72998 usr.sbin/npf/npfctl/npfctl.c
--- a/usr.sbin/npf/npfctl/npfctl.c Thu Jul 19 06:07:21 2012 +0000
+++ b/usr.sbin/npf/npfctl/npfctl.c Thu Jul 19 06:31:26 2012 +0000
@@ -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 @@
}
}
-static void
+__dead static void
npfctl_table(int fd, char **argv)
{
static const struct tblops_s {
Home |
Main Index |
Thread Index |
Old Index