Subject: CVS commit: src/sbin/sysctl
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 03/18/2005 04:52:24
Module Name:	src
Committed By:	atatat
Date:		Fri Mar 18 04:52:24 UTC 2005

Modified Files:
	src/sbin/sysctl: sysctl.c

Log Message:
Use regexes instead of static lists of annoying numbers to recognize
sysctl nodes that have "helpers".  This is more concise, imho more
easy to understand, and has the added bonus of making it *possible* to
assign helpers to dynamically numbered nodes.


To generate a diff of this commit:
cvs rdiff -r1.97 -r1.98 src/sbin/sysctl/sysctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.