Re: svn commit: r363992 - head/usr.sbin/pwd_mkdb

2020-08-09 Thread Alexander Richardson
On Sat, 8 Aug 2020 at 17:27, Ian Lepore wrote: > > On Sat, 2020-08-08 at 11:08 +0100, Alexander Richardson wrote: > > On Sat, 8 Aug 2020 at 02:19, Mateusz Guzik wrote: > > > > > > This broke i386 builds: > > > > > > /usr/src/usr.bin/chpass/field.c:175:15: error: incompatible pointer > > > types p

Re: svn commit: r363992 - head/usr.sbin/pwd_mkdb

2020-08-08 Thread Ian Lepore
On Sat, 2020-08-08 at 11:08 +0100, Alexander Richardson wrote: > On Sat, 8 Aug 2020 at 02:19, Mateusz Guzik wrote: > > > > This broke i386 builds: > > > > /usr/src/usr.bin/chpass/field.c:175:15: error: incompatible pointer > > types passing > > '_bootstrap_time_t *' (aka 'unsigned long lon

Re: svn commit: r363992 - head/usr.sbin/pwd_mkdb

2020-08-08 Thread Alexander Richardson
On Sat, 8 Aug 2020 at 02:19, Mateusz Guzik wrote: > > This broke i386 builds: > > /usr/src/usr.bin/chpass/field.c:175:15: error: incompatible pointer > types passing > '_bootstrap_time_t *' (aka 'unsigned long long *') to parameter > of type 'time_t *' > (aka 'int *') [-Werror,-Wincomp

Re: svn commit: r363992 - head/usr.sbin/pwd_mkdb

2020-08-07 Thread Mateusz Guzik
This broke i386 builds: /usr/src/usr.bin/chpass/field.c:175:15: error: incompatible pointer types passing '_bootstrap_time_t *' (aka 'unsigned long long *') to parameter of type 'time_t *' (aka 'int *') [-Werror,-Wincompatible-pointer-types] if (!atot(p, &pw->pw_change))