cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8

M. Warner Losh imp at bsdimp.com
Tue Nov 30 13:21:10 PST 2004


In message: <54142.1101843659 at critter.freebsd.dk>
            "Poul-Henning Kamp" <phk at phk.freebsd.dk> writes:
: Most operations on MNT_* are "bitwise OR" and a zero is perfectly OK.

if ((mntopt & MNT_DEV) == MNT_DEV)

fails.

Warner


More information about the cvs-all mailing list