PERFORCE change 64886 for review
Robert Watson
rwatson at FreeBSD.org
Thu Nov 11 19:01:05 GMT 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);
}
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