Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet6/pim6_var.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet6/pim6_var.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/sys/netinet6/pim6_var.h 2000/01/06 15:46:11 1.7 +++ src/sys/netinet6/pim6_var.h 2000/06/07 04:40:46 1.8 @@ -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 @@ int pim6_input __P((struct mbuf **, 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 }, \ }