+1, and one minor (no pun untended) nit: On Fri, 2009-07-24 at 14:05 -0700, Garrett D'Amore - sun microsystems wrote: > #define MAC_PRIVATE_MINOR ((MAXMIN32 + 1) / 2) > > This macro will be available in <sys/mac_provider.h>
MAC_PRIVATE_MINOR_MIN might describe more clearly that minor numbers starting at this value and above are available for private use. -Seb