Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern




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.)



Home | Main Index | Thread Index | Old Index