https://bugs.winehq.org/show_bug.cgi?id=55568
John Szakmeister john@szakmeister.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |john@szakmeister.net
--- Comment #2 from John Szakmeister john@szakmeister.net --- Looking into this, macOS doesn't have a great way of identifying "/dev/null" like Linux and FreeBSD. However, there is one possibility. Would a patch that checked the major and minor device number for 3 and 2, respectively, be okay? It turns out that "/dev/null" has been (3, 2) since the beginning:
The latest in XNU: https://github.com/apple-oss-distributions/xnu/blob/8d741a5de7ff4191bf97d57b...
It looks like it's been that way since the beginning: https://github.com/apple-oss-distributions/xnu/blob/186b8fcebe07315fd53fa84c...