PureDarwin / darwinbuild

Darwinbuild is a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's macOS operating system.
https://macosforge.github.io/darwinbuild/
Other
48 stars 13 forks source link

Add a patch for XNU #12

Closed wjk closed 7 years ago

wjk commented 7 years ago

This patch resolves warnings caused by the Xcode 9 compiler, which were causing the build to fail because xnu compiles with -Werror. This is a second try at the changes in #11, which somehow became corrupted (don't ask me how).

No copyright notice was added, as the patch file format doesn't support that.