aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/pim_var.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-02-25 18:44:33 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-02-25 18:44:33 +0000
commit5b26ea5df36c3dcddbdcb8cc7a283873721bb64a (patch)
tree34801d5ef19a32be547f8227f92bc964076b0527 /sys/netinet/pim_var.h
parenteff68496e2d8dedfe47e4b711681fe4995cf3abd (diff)
downloadsrc-5b26ea5df36c3dcddbdcb8cc7a283873721bb64a.tar.gz
src-5b26ea5df36c3dcddbdcb8cc7a283873721bb64a.zip
Remove more constants related to static sysctl nodes. The MAXID constants
were primarily used to size the sysctl name list macros that were removed in r254295. A few other constants either did not have an associated sysctl node, or the associated node used OID_AUTO instead. PR: ports/184525 (exp-run)
Notes
Notes: svn path=/head/; revision=262489
Diffstat (limited to 'sys/netinet/pim_var.h')
-rw-r--r--sys/netinet/pim_var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/pim_var.h b/sys/netinet/pim_var.h
index d082d9a31459..d7c4493dad3f 100644
--- a/sys/netinet/pim_var.h
+++ b/sys/netinet/pim_var.h
@@ -66,10 +66,9 @@ struct pimstat {
#endif
/*
- * Names for PIM sysctl objects
+ * Identifiers for PIM sysctl nodes
*/
#define PIMCTL_STATS 1 /* statistics (read-only) */
-#define PIMCTL_MAXID 2
#ifdef _KERNEL