NetBSD-Bugs archive

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

re: kern/53666: tcpdump for i386 does not work with COMPAT_NETBSD32 on amd64



thanks for fixing this!

> +#define netbsd32_to_timeval(p, s32p, cmd) netbsd32_to_timeval(p, s32p)
> +#define netbsd32_from_timeval(p, s32p, cmd) netbsd32_from_timeval(p, s32p)

i guess we should make netbsd32_to_timeval() and
netbsd32_from_timeval() take an unused cmd argument.
then your workaround shouldn't be needed.

can you work on this?  thanks.


.mrg.


Home | Main Index | Thread Index | Old Index