put back line I accidentally deleted.

This commit is contained in:
christos 2012-11-29 02:24:14 +00:00
parent cbf1f72b20
commit b8e38193b8

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysctl.c,v 1.144 2012/11/29 02:06:17 christos Exp $ */
/* $NetBSD: sysctl.c,v 1.145 2012/11/29 02:24:14 christos Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@ -68,7 +68,7 @@ __COPYRIGHT("@(#) Copyright (c) 1993\
#if 0
static char sccsid[] = "@(#)sysctl.c 8.1 (Berkeley) 6/6/93";
#else
__RCSID("$NetBSD: sysctl.c,v 1.144 2012/11/29 02:06:17 christos Exp $");
__RCSID("$NetBSD: sysctl.c,v 1.145 2012/11/29 02:24:14 christos Exp $");
#endif
#endif /* not lint */
@ -213,6 +213,8 @@ static const struct handlespec {
{ "/net/(inet|inet6)/[^/]+/stats", printother, NULL, "netstat"},
{ "/net/bpf/(stats|peers)", printother, NULL, "netstat"},
{ "/net/inet.*/tcp.*/deb.*", printother, NULL, "trpt" },
{ "/net/inet.*/ip.*/anonportalgo/reserve", reserve, reserve, NULL },
{ "/net/ns/spp/deb.*", printother, NULL, "trsp" },