0e7654e5
by John Szakmeister at 2025-04-17T23:29:43+02:00
ntdll: Correctly detect the NUL device under macOS.
macOS doesn't have a way to detect this via the FIODTYPE ioctl(), so we have to resort to detecting
the NUL device via major and minor device number. Fortunately, that hasn't changed since the
inception of macOS.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55568