K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-11-02T20:48:29.759598Z K 7 svn:log V 326 sys/types.h: avoid using terse macro _M Although _M is reserved for use by the implemenation it is rather non- descriptive and conflicted with a libc++ test. Just rename to _Major and _Minor to avoid conflicts. Reviewed by: dim Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D16734 END