Re: [tcpdump-workers] 64bit support on netbsd

2012-02-09 Thread Guy Harris
On Feb 9, 2012, at 7:04 PM, Guy Harris wrote: > *However*, that's not the only place where structures involving times get > passed between the kernel and userland. They *also* get passed in the > BIOCGRTIMEOUT and BIOCSRTIMEOUT ioctls, the argument to which is a pointer to > a struct timeval.

Re: [tcpdump-workers] 64bit support on netbsd

2012-02-09 Thread Guy Harris
On Feb 9, 2012, at 5:05 AM, David Laight wrote: > There is a report on one of the netbsd lists (might have > been a developer-only list) that tcpdump (etc) aren't > working on 64bit netbsd platforms. > > IIRC it had something to do with 'struct timeval' and friends. > > I'm not sure of the full

[tcpdump-workers] 64bit support on netbsd

2012-02-09 Thread David Laight
There is a report on one of the netbsd lists (might have been a developer-only list) that tcpdump (etc) aren't working on 64bit netbsd platforms. IIRC it had something to do with 'struct timeval' and friends. I'm not sure of the full details but it might be related to: 1) NetBSD recently changing