PERFORCE change 21446 for review

Robert Watson rwatson at freebsd.org
Sun Nov 24 05:22:28 GMT 2002


http://perforce.freebsd.org/chv.cgi?CH=21446

Change 21446 by rwatson at rwatson_tislabs on 2002/11/23 21:22:14

	Committed stale version: we're tweaking the newfs args, not
	the mount args.

Affected files ...

.. //depot/projects/trustedbsd/mac/sbin/mdmfs/mdmfs.c#6 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sbin/mdmfs/mdmfs.c#6 (text+ko) ====

@@ -213,7 +213,7 @@
 			softdep = true;
 			break;
 		case 'v':
-			argappend(&mount_arg, "-O%s", optarg);
+			argappend(&newfs_arg, "-O%s", optarg);
 			break;
 		case 'w':
 			if (compat)
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list