PERFORCE change 75884 for review

Robert Watson rwatson at FreeBSD.org
Sun Apr 24 15:55:52 GMT 2005


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

Change 75884 by rwatson at rwatson_paprika on 2005/04/24 15:55:08

	Don't expose bsm_free_q to the world.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_audit.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_audit.c#2 (text+ko) ====

@@ -46,7 +46,7 @@
  * freed 
  */ 
 
-LIST_HEAD(, au_record) bsm_free_q;
+static LIST_HEAD(, au_record) bsm_free_q;
 
 static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
 
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