Re: svn commit: r286211 - head/usr.sbin/pw

2015-08-02 Thread Adrian Chadd
pw is still broken, compiling mips: cc1: warnings being treated as errors /usr/home/adrian/work/freebsd/head-embedded-2/src/usr.sbin/pw/pw_user.c: In function 'pw_user_next': /usr/home/adrian/work/freebsd/head-embedded-2/src/usr.sbin/pw/pw_user.c:680: warning: statement with no effect /usr/home/ad

svn commit: r286211 - head/usr.sbin/pw

2015-08-02 Thread Baptiste Daroussin
Author: bapt Date: Sun Aug 2 19:49:24 2015 New Revision: 286211 URL: https://svnweb.freebsd.org/changeset/base/286211 Log: Use intmax_t rather than long long Modified: head/usr.sbin/pw/pw_conf.c Modified: head/usr.sbin/pw/pw_conf.c ===