Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 12/10/2007 18:58:05
Module Name: src
Committed By: elad
Date: Mon Dec 10 18:58:03 UTC 2007
Modified Files:
src/sys/kern: init_sysctl.c
Log Message:
- Use KAUTH_ARG() instead of casts,
- Don't ignore return value of settime() in sysctl_kern_rtc_offset(), as
suggested by yamt@.
Note: the kauth(9) call in sysctl_kern_rtc_offset() is bogus, but this will
be addresses separately.
To generate a diff of this commit:
cvs rdiff -r1.113 -r1.114 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.