freebsd-dev/sbin/mount_unionfs
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
..
Makefile style.Makefile(5): 2004-02-23 20:25:27 +00:00
mount_unionfs.8 Sort sections. 2005-01-18 10:09:38 +00:00
mount_unionfs.c Add a handy macro to represent null mount option, MOPT_NULL, and make 2005-06-01 09:39:36 +00:00