Module Name: src Committed By: riz Date: Mon Jan 7 18:41:38 UTC 2013
Modified Files: src/usr.sbin/npf/npfctl [netbsd-6]: npfctl.c Log Message: Back out part of ticket #777 accidentally committed with ticket #776, to fix the netbsd-6 build. To generate a diff of this commit: cvs rdiff -u -r1.10.2.11 -r1.10.2.12 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.10.2.11 src/usr.sbin/npf/npfctl/npfctl.c:1.10.2.12 --- src/usr.sbin/npf/npfctl/npfctl.c:1.10.2.11 Mon Jan 7 16:51:07 2013 +++ src/usr.sbin/npf/npfctl/npfctl.c Mon Jan 7 18:41:37 2013 @@ -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 @@ npfctl_print_stats(int fd) { 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" },