Date: Thu, 4 Mar 2010 16:07:14 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/mount_nwfs Makefile mount_nwfs.c Message-ID: <201003041607.o24G7YHw046905@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
uqs 2010-03-04 16:07:14 UTC
FreeBSD src repository
Modified files:
usr.sbin/mount_nwfs Makefile mount_nwfs.c
Log:
SVN rev 204710 on 2010-03-04 16:07:14Z by uqs
mount_nwfs(8): make WARNS=6 clean
uid_t and gid_t are unsigned. While initializing them to -1 and later
checking against -1 to see if they are still at their default usually
works, introduce two new flags and stop the inband signalling.
Approved by: ed (co-mentor)
Revision Changes Path
1.8 +0 -1 src/usr.sbin/mount_nwfs/Makefile
1.10 +13 -7 src/usr.sbin/mount_nwfs/mount_nwfs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003041607.o24G7YHw046905>
