PERFORCE change 75885 for review

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


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

Change 75885 by rwatson at rwatson_paprika on 2005/04/24 15:55:30

	Don't expose ev_cache to the world.

Affected files ...

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

Differences ...

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

@@ -42,7 +42,7 @@
  * exits.  This may or may not be a problem as far as absolute memory usage
  * goes, but at least there don't appear to be any leaks in using the cache.  
  */
-LIST_HEAD(, audit_event_map) ev_cache;
+static LIST_HEAD(, audit_event_map) ev_cache;
 
 static int load_event_table() 
 {
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