Module Name:    src
Committed By:   christos
Date:           Thu Nov 29 02:24:14 UTC 2012

Modified Files:
        src/sbin/sysctl: sysctl.c

Log Message:
put back line I accidentally deleted.


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/sbin/sysctl/sysctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/sysctl/sysctl.c
diff -u src/sbin/sysctl/sysctl.c:1.144 src/sbin/sysctl/sysctl.c:1.145
--- src/sbin/sysctl/sysctl.c:1.144	Wed Nov 28 21:06:17 2012
+++ src/sbin/sysctl/sysctl.c	Wed Nov 28 21:24:14 2012
@@ -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" },

Reply via email to