Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/kern Pull up revision 1.48 (requested by atatat in ...



details:   https://anonhg.NetBSD.org/src/rev/d3efa3bd949c
branches:  netbsd-2-0
changeset: 561129:d3efa3bd949c
user:      tron <tron%NetBSD.org@localhost>
date:      Fri May 28 07:24:09 2004 +0000

description:
Pull up revision 1.48 (requested by atatat in ticket #391):
Sysctl descriptions under net subtree (net.key not done)

diffstat:

 sys/kern/uipc_domain.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r e9e1e365e99d -r d3efa3bd949c sys/kern/uipc_domain.c
--- a/sys/kern/uipc_domain.c    Fri May 28 07:24:03 2004 +0000
+++ b/sys/kern/uipc_domain.c    Fri May 28 07:24:09 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_domain.c,v 1.46 2004/03/24 15:34:53 atatat Exp $  */
+/*     $NetBSD: uipc_domain.c,v 1.46.2.1 2004/05/28 07:24:09 tron Exp $        */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_domain.c,v 1.46 2004/03/24 15:34:53 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_domain.c,v 1.46.2.1 2004/05/28 07:24:09 tron Exp $");
 
 #include "opt_inet.h"
 #include "opt_ipsec.h"
@@ -215,7 +215,8 @@
 
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT,
-                      CTLTYPE_NODE, "local", NULL,
+                      CTLTYPE_NODE, "local",
+                      SYSCTL_DESCR("PF_LOCAL related settings"),
                       NULL, 0, NULL, 0,
                       CTL_NET, PF_LOCAL, CTL_EOL);
 



Home | Main Index | Thread Index | Old Index