PERFORCE change 41822 for review

Robert Watson rwatson at FreeBSD.org
Sun Nov 9 21:49:21 GMT 2003


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

Change 41822 by rwatson at rwatson_paprika on 2003/11/09 13:48:44

	Correct a typo hidden by MAC_DEBUG.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac/mac_sysv_sem.c#6 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac/mac_sysv_sem.c#6 (text+ko) ====

@@ -56,7 +56,7 @@
 #ifdef MAC_DEBUG
 static unsigned int nmacipcsemas;
 SYSCTL_UINT(_security_mac_debug_counters, OID_AUTO, ipc_semas, CTLFLAG_RD,
-    &nmacipcsemass, 0, "number of sysv ipc semaphore identifiers inuse");
+    &nmacipcsemas, 0, "number of sysv ipc semaphore identifiers inuse");
 #endif
 
 static struct label *
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