Date: Wed, 25 Jul 2001 10:21:19 -0700 (PDT) From: Peter Pentchev <roam@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c src/sys/sys sysctl.h Message-ID: <200107251721.f6PHLJt36695@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
roam 2001/07/25 10:21:19 PDT Modified files: sys/kern kern_sysctl.c sys/sys sysctl.h Log: Make dynamic sysctl entries start at 0x100, not decimal 100 - there are static entries with oid's over 100, and defining enough dynamic entries causes an overlap. Move the "magic" value 0x100 into <sys/sysctl.h> where it belongs. PR: 29131 Submitted by: "Alexander N. Kabaev" <kabaev@mail.ru> Reviewed by: -arch, -audit MFC after: 2 weeks Revision Changes Path 1.112 +7 -3 src/sys/kern/kern_sysctl.c 1.98 +7 -1 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107251721.f6PHLJt36695>