From 7636405322b2371debc4529ce52e98b3408d4ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 26 Feb 2004 16:18:22 +0000 Subject: [PATCH] Bump CTL_MAXNAME from 12 to 24. --- sys/sys/sysctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 40e384c2adc..98e8d32aed0 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -52,7 +52,7 @@ struct thread; * respective subsystem header files. */ -#define CTL_MAXNAME 12 /* largest number of components supported */ +#define CTL_MAXNAME 24 /* largest number of components supported */ /* * Each subsystem defined by sysctl defines a list of variables