freebsd-dev/usr.sbin/pwd_mkdb
Alex Richardson a583962d61 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 cross-building from macOS/Linux.
It should also be a problem when bootstrapping for an i386 target from a
FreeBSD amd64 host since time_t does not match across those systems.
However, pwd_mkdb always truncates integer values to 32-bit so this
difference does not result in different databases.

Reviewed By:	brooks
Differential Revision: https://reviews.freebsd.org/D25931
2020-08-06 20:46:13 +00:00
..
Makefile Allow bootstrapping pwd_mkdb on Linux/macOS 2020-08-06 20:46:13 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
pwd_mkdb.8 pwd_mkdb: retire -B and -L endianness options 2018-10-21 00:48:38 +00:00
pwd_mkdb.c pwd_mkdb: retire -B and -L endianness options 2018-10-21 00:48:38 +00:00
pwd.h Allow bootstrapping pwd_mkdb on Linux/macOS 2020-08-06 20:46:13 +00:00