1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00
freebsd/usr.sbin/mount_nwfs
Ulrich Spörlein 7f72022f3d 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)
2010-03-04 16:07:14 +00:00
..
Makefile mount_nwfs(8): make WARNS=6 clean 2010-03-04 16:07:14 +00:00
mount_nwfs.8
mount_nwfs.c mount_nwfs(8): make WARNS=6 clean 2010-03-04 16:07:14 +00:00