PERFORCE change 35351 for review
Robert Watson
rwatson at FreeBSD.org
Fri Aug 1 19:06:39 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=35351
Change 35351 by rwatson at rwatson_tislabs on 2003/08/01 12:06:19
Correct syntax error in the MAC_ALWAYS_LABEL_MBUF case.
Pointed out by: Pawel Jakub Dawidek <nick at garage.freebsd.pl>
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#399 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#399 (text+ko) ====
@@ -232,7 +232,7 @@
&nmacdevfsdirents, 0, "number of devfs dirents inuse");
#else
#define MAC_DEBUG_COUNTER_INC(x)
-#define MAC_DEBUG_COUNTER_INC(x)
+#define MAC_DEBUG_COUNTER_DEC(x)
#endif
static int error_select(int error1, int error2);
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