Subject: Re: CVS commit: src/sys (sysctl.h)
To: Tom Spindler <dogcow@babymeat.com>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 11/02/2006 08:32:13
On Nov 1,  6:29pm, dogcow@babymeat.com (Tom Spindler) wrote:
-- Subject: Re: CVS commit: src/sys (sysctl.h)

| On Thu, Nov 02, 2006 at 01:21:25AM +0000, Geoff Wing wrote:
| > Christos Zoulas <christos@netbsd.org> typed:
| > : Module Name:	src
| > : Committed By:	christos
| > : Date:		Wed Nov  1 22:27:43 UTC 2006
| > : Modified Files:
| > : 	src/sys/kern: init_sysctl.c
| > : 	src/sys/sys: sysctl.h
| > : Log Message:
| > : implement kern.arandom properly, instead of lying about it and only filling
| > : the first 4 bytes of the array with random data.
| > : To generate a diff of this commit:
| > : cvs rdiff -r1.90 -r1.91 src/sys/kern/init_sysctl.c
| > : cvs rdiff -r1.161 -r1.162 src/sys/sys/sysctl.h
| > 
| > Unfortunately this reverted the change you made in sysctl.h 1.161
| 
| and broke ps(1):
| work/nbsrc/bin/ps/print.c:466: error: 'struct kinfo_proc2' has no member named 'p_ename'

Thanks, fixed.

christos