https://bugs.winehq.org/show_bug.cgi?id=55568 John Szakmeister <john(a)szakmeister.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |john(a)szakmeister.net --- Comment #2 from John Szakmeister <john(a)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... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.