PERFORCE change 85337 for review

Robert Watson rwatson at FreeBSD.org
Sat Oct 15 02:13:04 PDT 2005


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

Change 85337 by rwatson at rwatson_peppercorn on 2005/10/15 09:13:02

	Staticize bsm_free_q.  Slight style tweak.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_audit.c#17 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/security/audit/kern_bsm_audit.c#17 (text+ko) ====

@@ -52,7 +52,7 @@
  * bounded by MAX_AUDIT_RECORDS. Memory allocated for these records are never
  * freed 
  */ 
-LIST_HEAD(, au_record) bsm_free_q;
+static LIST_HEAD(, au_record) bsm_free_q;
 
 /*
  * Lock for serializing access to the list of audit records.
@@ -62,7 +62,7 @@
 /* 
  * Forward declares.
  */
-void audit_sys_auditon(struct audit_record *ar, struct au_record *rec);
+void	audit_sys_auditon(struct audit_record *ar, struct au_record *rec);
 
 /*
  * Initialize the BSM auditing subsystem.


More information about the p4-projects mailing list