Date: Thu, 26 Oct 2006 21:18:08 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108527 for review Message-ID: <200610262118.k9QLI8UF026204@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108527 Change 108527 by rwatson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610262118.k9QLI8UF026204>