PERFORCE change 108527 for review
Robert Watson
rwatson at FreeBSD.org
Thu Oct 26 21:20:05 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=108527
Change 108527 by rwatson at rwatson_zoo on 2006/10/26 21:17:09
Remove MAC version numbering from mac.h, it's now in mac_framework.h.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/sys/mac.h#287 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/sys/mac.h#287 (text+ko) ====
@@ -54,21 +54,6 @@
#endif
/*
- * __MAC_version must be incremented with every API or
- * ABI change to the MAC framework. Once in a branch,
- * changes may not break existing ABI in a forward
- * compatible way.
- *
- * The scheme is:
- * <major>XXXX
- *
- * The major of 99 is reserved as a linear counter for
- * MAC changes in -HEAD.
- */
-#undef __MAC_version
-#define __MAC_version 990000
-
-/*
* MAC framework-related constants and limits.
*/
#define MAC_MAX_POLICY_NAME 32
More information about the trustedbsd-cvs
mailing list