PERFORCE change 64892 for review
Robert Watson
rwatson at FreeBSD.org
Thu Nov 11 19:28:40 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=64892
Change 64892 by rwatson at rwatson_tislabs on 2004/11/11 19:27:47
Style tweak.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/sys/kern/kern_acct.c#7 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/sys/kern/kern_acct.c#7 (text+ko) ====
@@ -133,7 +133,7 @@
int error, flags;
/* Make sure that the caller has process accounting admin capability. */
- error = cap_check(td,CAP_SYS_PACCT);
+ error = cap_check(td, CAP_SYS_PACCT);
if (error)
return (error);
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