Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2004 19:28:40 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 64892 for review
Message-ID:  <200411111928.iABJSell031370@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=64892

Change 64892 by rwatson@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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411111928.iABJSell031370>