K 10 svn:author V 6 marcel K 8 svn:date V 27 2016-10-25T16:29:15.634389Z K 7 svn:log V 413 Be more precise when including headers so that we're less likely to depend on namespace pollution and as such become more portable. This means including headers like or , but also making sure we include system/host headers before local headers. While here: define ENOATTR as ENOMSG in mtree.c. There is no ENOATTR on Linux. With this, makefs is ready for compilation on macOS and Linux. END