PERFORCE change 79558 for review

Robert Watson rwatson at FreeBSD.org
Mon Jul 4 14:47:22 GMT 2005


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

Change 79558 by rwatson at rwatson_paprika on 2005/07/04 14:46:47

	Minor style tweak.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sbin/mount/mount_ufs.c#5 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sbin/mount/mount_ufs.c#5 (text+ko) ====

@@ -108,7 +108,7 @@
 
 	if (ltext) {
 		mac_t mac;
-		rc = mac_from_text (&mac, ltext);
+		rc = mac_from_text(&mac, ltext);
 		if (rc) {
 			warn("%s", ltext);
 			return 1;
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