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

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

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 *')

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_change))

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

2020-08-06 Thread Alex Richardson
Author: arichardson Date: Thu Aug 6 20:46:13 2020 New Revision: 363992 URL: https://svnweb.freebsd.org/changeset/base/363992 Log: Allow bootstrapping pwd_mkdb on Linux/macOS We need to provide a struct passwd that is compatible with the target system and this is not the case when