freebsd-dev/sbin/mount_udf
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 NOSHARED -> NO_SHARED 2004-12-21 09:59:45 +00:00
mount_udf.8 Sync program's usage() with manpage's SYNOPSIS. 2005-02-10 09:19:34 +00:00
mount_udf.c Add a handy macro to represent null mount option, MOPT_NULL, and make 2005-06-01 09:39:36 +00:00