Alexandre Julliard pushed to branch master at wine / wine
Commits: 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
- - - - -
1 changed file:
- dlls/ntdll/unix/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0e7654e5b84389da8a65135dff25dbb...