diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-06-07 00:20:33 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-06-07 00:20:33 +0000 |
commit | efa727ddb69e6ab70da8bf69d8649cdf66f7be5f (patch) | |
tree | fc2f185a77398f76efda612747801b3fc2a604d4 /sys/netinet6 | |
parent | 7412db318eadb9543d31d2dd84766bda8cf6055f (diff) |
s/PIMCTL/PIM6CTL/ for less confusion.
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/pim6_var.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet6/pim6_var.h b/sys/netinet6/pim6_var.h index a8208bb926d..eeb2f2f46e4 100644 --- a/sys/netinet6/pim6_var.h +++ b/sys/netinet6/pim6_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pim6_var.h,v 1.1 1999/12/08 06:50:23 itojun Exp $ */ +/* $OpenBSD: pim6_var.h,v 1.2 2000/06/07 00:20:32 itojun Exp $ */ /* * Copyright (C) 1998 WIDE Project. @@ -60,10 +60,10 @@ int pim6_input __P((struct mbuf **, int*, int)); /* * 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 }, \ } |