PERFORCE change 92983 for review

Robert Watson rwatson at FreeBSD.org
Wed Mar 8 13:03:15 PST 2006


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

Change 92983 by rwatson at rwatson_peppercorn on 2006/03/08 21:02:32

	Minor style tweak.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sbin/mount/mount.c#11 edit

Differences ...

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

@@ -179,7 +179,7 @@
 			options = catopt(options, "noro");
 			break;
 		case 'l':
-			ltext = strdup (optarg);
+			ltext = strdup(optarg);
 			break;
 		case '?':
 		default:


More information about the trustedbsd-cvs mailing list