re: CVS commit: src/sys/compat/netbsd32

2016-11-15 Thread matthew green
> > i didn't look closely, but note that netbsd 5.0 had different > > time_t -- it was only 32 bits. > > > > please check the compat50 and earlier code works fine with this. > > I've checked that i386 binaries from 5.2.2 work on amd64. perfect, thanks! .mrg.

Re: CVS commit: src/tests/lib/librefuse

2016-11-15 Thread Christos Zoulas
In article <20161115100522.627f9f...@cvs.netbsd.org>, Martin Husemann wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: martin >Date: Tue Nov 15 10:05:22 UTC 2016 > >Modified Files: > src/tests/lib/librefuse: t_refuse_opt.c > >Log Message: >Evil

Re: CVS commit: src/sys/compat/netbsd32

2016-11-15 Thread Rin Okuyama
Hi, On 2016/11/13 1:06, Michael van Elst wrote: Module Name:src Committed By: mlelstv Date: Sat Nov 12 16:06:04 UTC 2016 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: Fix netbsd32 emulation for clockctl_ntp_adjtime. The ioctl

Re: CVS commit: src/sys/compat/netbsd32

2016-11-15 Thread Rin Okuyama
On 2016/11/15 19:26, Martin Husemann wrote: On Tue, Nov 15, 2016 at 07:23:09PM +0900, Rin Okuyama wrote: This results in build failure for most ARM environments: http://releng.netbsd.org/builds/HEAD/201611140950Z/ I think that NTP stuff should be protected by "#ifdef NTP". Can I commit the

Re: CVS commit: src/sys/compat/netbsd32

2016-11-15 Thread Martin Husemann
On Tue, Nov 15, 2016 at 07:23:09PM +0900, Rin Okuyama wrote: > This results in build failure for most ARM environments: > > http://releng.netbsd.org/builds/HEAD/201611140950Z/ > > I think that NTP stuff should be protected by "#ifdef NTP". > Can I commit the attached patch? Sounds good, but

Re: CVS commit: src/sys/compat/netbsd32

2016-11-15 Thread Rin Okuyama
On 2016/11/15 8:16, matthew green wrote: "Rin Okuyama" writes: Module Name:src Committed By: rin Date: Sun Nov 13 13:59:45 UTC 2016 Modified Files: src/sys/compat/netbsd32: netbsd32_conv.h Log Message: correct wrong casting. some are considered harmless, but - tv_sec