Subject: Re: CVS commit: src/sys/kern
To: matthew green <mrg@eterna.com.au>
From: Matt Thomas <matt@3am-software.com>
List: source-changes
Date: 09/09/2006 07:16:13
On Sep 8, 2006, at 5:05 PM, matthew green wrote:
>
>
> 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....
It should be conditional on _LP64. (32 bit platforms don't need it.)