Source-Changes archive

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

Re: CVS commit: src/dist/dhcp/includes/cf



Sun, Apr 04, 2004 at 11:59:52AM +0000, Takeshi Nakayama:
> 
> Module Name:  src
> Committed By: nakayama
> Date:         Sun Apr  4 11:59:51 UTC 2004
> 
> Modified Files:
>       src/dist/dhcp/includes/cf: netbsd.h
> 
> Log Message:
> s/__sparc_v9__/__sparc64__/
> 
> "gcc -m32 -mcpu=ultrasparc" defines __sparc_v9__, so __sparc64__ is
> more appropriate to indicate a 64-bit environment.

Shouldn't this use _LP64 instead?  as in

#if defined(_LP64)
#define PTRSIZE_64BIT





Home | Main Index | Thread Index | Old Index