PERFORCE change 64886 for review

Robert Watson rwatson at FreeBSD.org
Thu Nov 11 11:01:06 PST 2004


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

Change 64886 by rwatson at rwatson_tislabs on 2004/11/11 19:00:25

	Style fix.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/kern/kern_conf.c#11 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/kern/kern_conf.c#11 (text+ko) ====

@@ -312,7 +312,7 @@
 {
 
 	if (dev->si_cred)
-		crfree (dev->si_cred);
+		crfree(dev->si_cred);
 	free(dev, M_DEVT);
 }
 


More information about the p4-projects mailing list