Subject: re: CVS commit: src/sys/kern
To: None <manu@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 09/09/2006 10:05:50
   
   Module Name:	src
   Committed By:	manu
   Date:		Fri Sep  8 11:59:52 UTC 2006
   
   Modified Files:
   	src/sys/kern: init_sysctl.c
   
   Log Message:
   When colecting a 32 bit process' argument or environement vector, we need
   to convert 32 bits pointers to the 64 bit environement


please make this code not conditional on COMPAT_NETBSD32, since
that can be an LKM....


.mrg.