Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 12/28/2003 22:19:59
Module Name:	src
Committed By:	atatat
Date:		Sun Dec 28 22:19:59 UTC 2003

Modified Files:
	src/sys/kern: init_sysctl.c

Log Message:
Rename sysctl_kern_hostname() to sysctl_setlen() and use it also for
domainname.  Note that there's no need to copy rnode since we're not
changing any of it, nor protecting anything from change.

Thanks to martin for initial work.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/kern/init_sysctl.c

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