On Wed, Dec 3, 2014 at 9:24 PM, David Michael [off-list ref] wrote:
quoted hunk ↗ jump to hunk
--- /dev/null
+++ b/compat/stat.c
@@ -0,0 +1,49 @@
+#define _POSIX_C_SOURCE 200112L
+#include <stddef.h> /* NULL */
+#include <sys/stat.h> /* *stat, S_IS* */
+#include <sys/types.h> /* mode_t */
Oops, the <stddef.h> line can be removed now that this is no longer
testing for NULL. Let me know if this warrants a v3 if there is no
other feedback.
Thanks.
David