Source-Changes-HG archive

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

[src/trunk]: src s/PIMCTL/PIM6CTL/ to avoid future confusion.



details:   https://anonhg.NetBSD.org/src/rev/b19259fe262c
branches:  trunk
changeset: 487395:b19259fe262c
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Jun 07 04:40:46 2000 +0000

description:
s/PIMCTL/PIM6CTL/ to avoid future confusion.

diffstat:

 sbin/sysctl/sysctl.c    |  8 ++++----
 sys/netinet6/pim6_var.h |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r 5eca1e7f2455 -r b19259fe262c sbin/sysctl/sysctl.c
--- a/sbin/sysctl/sysctl.c      Wed Jun 07 04:36:06 2000 +0000
+++ b/sbin/sysctl/sysctl.c      Wed Jun 07 04:40:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctl.c,v 1.36 2000/05/29 21:42:12 matt Exp $ */
+/*     $NetBSD: sysctl.c,v 1.37 2000/06/07 04:40:47 itojun Exp $       */
 
 /*
  * Copyright (c) 1993
@@ -44,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)sysctl.c   8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: sysctl.c,v 1.36 2000/05/29 21:42:12 matt Exp $");
+__RCSID("$NetBSD: sysctl.c,v 1.37 2000/06/07 04:40:47 itojun Exp $");
 #endif
 #endif /* not lint */
 
@@ -794,7 +794,7 @@
 struct ctlname tcp6name[] = TCP6CTL_NAMES;
 #endif
 struct ctlname udp6name[] = UDP6CTL_NAMES;
-struct ctlname pim6name[] = PIMCTL_NAMES;
+struct ctlname pim6name[] = PIM6CTL_NAMES;
 struct ctlname ipsec6name[] = IPSEC6CTL_NAMES;
 struct list inet6list = { inet6name, IPV6PROTO_MAXID };
 struct list inet6vars[] = {
@@ -850,7 +850,7 @@
 /*100*/        { 0, 0 },
        { 0, 0 },
        { 0, 0 },
-       { pim6name, PIMCTL_MAXID },     /* pim6 */
+       { pim6name, PIM6CTL_MAXID },    /* pim6 */
 };
 
 /*
diff -r 5eca1e7f2455 -r b19259fe262c sys/netinet6/pim6_var.h
--- a/sys/netinet6/pim6_var.h   Wed Jun 07 04:36:06 2000 +0000
+++ b/sys/netinet6/pim6_var.h   Wed Jun 07 04:40:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pim6_var.h,v 1.7 2000/01/06 15:46:11 itojun Exp $      */
+/*     $NetBSD: pim6_var.h,v 1.8 2000/06/07 04:40:46 itojun Exp $      */
 
 /*
  * Copyright (C) 1998 WIDE Project.
@@ -60,10 +60,10 @@
 /*
  * Names for PIM sysctl objects
  */
-#define PIMCTL_STATS           1       /* statistics (read-only) */
-#define PIMCTL_MAXID           2
+#define PIM6CTL_STATS          1       /* statistics (read-only) */
+#define PIM6CTL_MAXID          2
 
-#define PIMCTL_NAMES { \
+#define PIM6CTL_NAMES { \
        { 0, 0 }, \
        { 0, 0 }, \
 }



Home | Main Index | Thread Index | Old Index