Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2002 21:22:28 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21446 for review
Message-ID:  <200211240522.gAO5MS4S033561@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21446

Change 21446 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211240522.gAO5MS4S033561>