Current-Users archive

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

Re: does anyone else get a core dump from ldconfig when booting amd64-current?



On Tue, Jan 27, 2009 at 12:24:15PM -0500, Christos Zoulas wrote:
> We could declare the structure as
>       struct netbsd32_timeval  {
>               int32_t tv_hsec;
>               int32_t tv_lsec;
>               int32_t tv_usec;
>       }
> 
> and deal with hsec and lsec manually. Is that better?

Don't forget to obey endianess when dealing manually - ewww.

Martin


Home | Main Index | Thread Index | Old Index