Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/sysctl put back line I accidentally deleted.
details: https://anonhg.NetBSD.org/src/rev/f9e50ef355f9
branches: trunk
changeset: 782959:f9e50ef355f9
user: christos <christos%NetBSD.org@localhost>
date: Thu Nov 29 02:24:14 2012 +0000
description:
put back line I accidentally deleted.
diffstat:
sbin/sysctl/sysctl.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 822419eedf23 -r f9e50ef355f9 sbin/sysctl/sysctl.c
--- a/sbin/sysctl/sysctl.c Thu Nov 29 02:07:20 2012 +0000
+++ b/sbin/sysctl/sysctl.c Thu Nov 29 02:24:14 2012 +0000
@@ -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 @@
#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 @@
{ "/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" },
Home |
Main Index |
Thread Index |
Old Index