Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2003 14:31:28 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 37113 for review
Message-ID:  <200308282131.h7SLVScJ050315@repoman.freebsd.org>

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

Change 37113 by cvance@cvance_release on 2003/08/28 14:30:45

	Apparently C would prefer you to terminate _every_ line of code.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/usr.sbin/sysinstall/label.c#7 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/usr.sbin/sysinstall/label.c#7 (text+ko) ====

@@ -335,7 +335,7 @@
     pi->newfs_type = NEWFS_UFS;
     strcpy(pi->newfs_data.newfs_ufs.user_options, "");
     pi->newfs_data.newfs_ufs.acls = FALSE;
-    pi->newfs_data.newfs_ufs.multilabel = TRUE
+    pi->newfs_data.newfs_ufs.multilabel = TRUE;
     pi->newfs_data.newfs_ufs.softupdates = strcmp(mpoint, "/");
 #ifdef PC98
     pi->newfs_data.newfs_ufs.ufs1 = TRUE;



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