Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/usr.sbin/npf/npfctl Back out part of ticket #777 accident...
details: https://anonhg.NetBSD.org/src/rev/87c066c5f642
branches: netbsd-6
changeset: 775619:87c066c5f642
user: riz <riz%NetBSD.org@localhost>
date: Mon Jan 07 18:41:37 2013 +0000
description:
Back out part of ticket #777 accidentally committed with ticket #776,
to fix the netbsd-6 build.
diffstat:
usr.sbin/npf/npfctl/npfctl.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r f01005b8e5ba -r 87c066c5f642 usr.sbin/npf/npfctl/npfctl.c
--- a/usr.sbin/npf/npfctl/npfctl.c Mon Jan 07 16:54:59 2013 +0000
+++ b/usr.sbin/npf/npfctl/npfctl.c Mon Jan 07 18:41:37 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: npfctl.c,v 1.10.2.11 2013/01/07 16:51:07 riz Exp $ */
+/* $NetBSD: npfctl.c,v 1.10.2.12 2013/01/07 18:41:37 riz Exp $ */
/*-
* Copyright (c) 2009-2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: npfctl.c,v 1.10.2.11 2013/01/07 16:51:07 riz Exp $");
+__RCSID("$NetBSD: npfctl.c,v 1.10.2.12 2013/01/07 18:41:37 riz Exp $");
#include <sys/ioctl.h>
#include <sys/stat.h>
@@ -147,10 +147,6 @@
{ NPF_STAT_NAT_CREATE, "NAT entry allocations" },
{ NPF_STAT_NAT_DESTROY, "NAT entry destructions"},
- { -1, "Network buffers" },
- { NPF_STAT_NBUF_NONCONTIG, "non-contiguous cases" },
- { NPF_STAT_NBUF_CONTIG_FAIL, "contig alloc failures" },
-
{ -1, "Invalid packet state cases" },
{ NPF_STAT_INVALID_STATE, "cases in total" },
{ NPF_STAT_INVALID_STATE_TCP1, "TCP case I" },
Home |
Main Index |
Thread Index |
Old Index