svn commit: r210050 - projects/suj/6/sbin/mount

Jeff Roberson jeff at FreeBSD.org
Wed Jul 14 08:54:07 UTC 2010


Author: jeff
Date: Wed Jul 14 08:54:07 2010
New Revision: 210050
URL: http://svn.freebsd.org/changeset/base/210050

Log:
   - MNT_SUJ was retired remove it here to fix the build.

Modified:
  projects/suj/6/sbin/mount/mount.c

Modified: projects/suj/6/sbin/mount/mount.c
==============================================================================
--- projects/suj/6/sbin/mount/mount.c	Wed Jul 14 08:48:53 2010	(r210049)
+++ projects/suj/6/sbin/mount/mount.c	Wed Jul 14 08:54:07 2010	(r210050)
@@ -106,7 +106,6 @@ static struct opt {
 	{ MNT_SOFTDEP,		"soft-updates" },
 	{ MNT_MULTILABEL,	"multilabel" },
 	{ MNT_ACLS,		"acls" },
-	{ MNT_SUJ,		"journal" }, /* always soft-updates, journal */
 	{ 0, NULL }
 };
 


More information about the svn-src-projects mailing list