freebsd-dev/sbin/mount
Bjoern A. Zeeb 9df3a16421 As statfs.f_flags are uint64_t the local variables should be as well.
We'll start noticing this with the next flag introduced as the lower
32bit are all used.
As this is old code we might need to do a full tree sweep one day, unless
changing our strategy to use a different `API' for getting/setting flags
along with the rest of the statfs data.

While here compare to 0 explicitly [1].

Suggested by:	kib [1]
Reviewed by:	kib
MFC after:	5 days
2010-03-07 16:45:18 +00:00
..
extern.h Remove UFS-specific parts from mount(8). 2005-11-23 23:22:56 +00:00
getmntopts.3 Correct the description of getmnt_silent: unknown options are silently 2008-02-17 20:25:25 +00:00
getmntopts.c style(9) 2008-12-26 22:55:38 +00:00
Makefile Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00
mntopts.h Implement NFSv4 ACL support for UFS. 2009-12-21 19:39:10 +00:00
mount_fs.c Be a little bit more pestimistic in argument handling - check if we've 2008-12-18 18:44:46 +00:00
mount.8 - Remove reference to nfs4. mount_nfs4(8) was removed in r192578. 2010-02-10 16:18:28 +00:00
mount.c As statfs.f_flags are uint64_t the local variables should be as well. 2010-03-07 16:45:18 +00:00
pathnames.h Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
vfslist.c ANSIfy almost all applications that use WARNS=6. 2009-12-29 22:53:27 +00:00