freebsd-dev/sbin/mount
Xin LI 73ac45052f Add a handy macro to represent null mount option, MOPT_NULL, and make
use of the macro in sbin/mount*'s, by replacing:

	mopts[] = {
	    MOPT_STDOPTS,
	    { NULL }
	}

With:
	mopts[] = {
	    MOPT_STDOPTS,
	    MOPT_NULL
	}

This change will help to reduce the situation that we don't explicitly
initialize "struct mntopt"'s.  It should not contribute to any
functional/logical changes as far as I can tell.
2005-06-01 09:39:36 +00:00
..
extern.h o __P removed 2002-03-21 13:14:21 +00:00
getmntopts.3 Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
getmntopts.c Avoid comparing pointer against a numerical value by adding a * in 2004-11-25 16:14:27 +00:00
Makefile The previous change to mount(8) to report ufs or ufs2 used 2004-04-26 15:13:46 +00:00
mntopts.h Add a handy macro to represent null mount option, MOPT_NULL, and make 2005-06-01 09:39:36 +00:00
mount_ufs.c Add a handy macro to represent null mount option, MOPT_NULL, and make 2005-06-01 09:39:36 +00:00
mount.8 Add verbiage to the description of the noexec mount option clarifying 2005-03-23 04:17:48 +00:00
mount.c When executing mount_foo, pass "mount_foo" as argv[0] instead of "foo". 2005-03-26 04:45:53 +00:00
pathnames.h Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
vfslist.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00