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



The following reply was made to PR kern/53666; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost, rokuyama%rk.phys.keio.ac.jp@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost
Subject: re: kern/53666: tcpdump for i386 does not work with COMPAT_NETBSD32 on amd64
Date: Fri, 12 Oct 2018 15:23:38 +1100

 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