PERFORCE change 37113 for review
Chris Vance
cvance at FreeBSD.org
Thu Aug 28 21:31:28 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=37113
Change 37113 by cvance at 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;
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