]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sys/types.h: avoid using terse macro _M
authoremaste <emaste@FreeBSD.org>
Fri, 2 Nov 2018 20:48:29 +0000 (20:48 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 2 Nov 2018 20:48:29 +0000 (20:48 +0000)
commita1431e3e370cd15dcd9650cd9cb4e5a0fb797da7
treea0d1bdf9b6c554a460e7f7063c669b43ce20c673
parent97214080cede3683cadec6259832f11a8e7e6a1e
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
sys/sys/types.h