PERFORCE change 36980 for review
Hrishikesh Dandekar
hdandeka at FreeBSD.org
Tue Aug 26 20:57:33 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=36980
Change 36980 by hdandeka at hdandeka_yash on 2003/08/26 13:56:34
Integration fix.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#405 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#405 (text+ko) ====
@@ -217,9 +217,6 @@
#define MAC_DEBUG_COUNTER_INC(x) atomic_add_int(x, 1);
#define MAC_DEBUG_COUNTER_DEC(x) atomic_subtract_int(x, 1);
-#define MAC_DEBUG_COUNTER_INC(x) atomic_add_int(x, 1);
-#define MAC_DEBUG_COUNTER_DEC(x) atomic_subtract_int(x, 1);
-
SYSCTL_UINT(_security_mac_debug_counters, OID_AUTO, mbufs, CTLFLAG_RD,
&nmacmbufs, 0, "number of mbufs in use");
SYSCTL_UINT(_security_mac_debug_counters, OID_AUTO, creds, CTLFLAG_RD,
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