Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2005 09:13:02 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 85337 for review
Message-ID:  <200510150913.j9F9D2LJ041714@repoman.freebsd.org>

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

Change 85337 by rwatson@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.



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