Re: major/minor(3) macros conflict with regular code

Robert Elz <[email protected]> Fri, 07 Feb 2025 10:44:21 +0700
Newsgroups gmane.os.netbsd.devel.userlevel
Message-ID <[email protected]>
    Date:        Thu, 06 Feb 2025 18:01:02 -0800
    From:        "Greg A. Woods" <[email protected]>
    Message-ID:  <[email protected]>

  | Or fix that code to use more descriptive and thus unique names for those
  | methods!  :-)

Of just	
	#undef major
	#undef minor
between the system #includes and the first mention.

kre