vserver 2.0 rc7
[linux-2.6.git] / arch / um / drivers / cow_user.c
index c43425c..a8ce6fc 100644 (file)
@@ -1,6 +1,9 @@
 #include <stddef.h>
 #include <string.h>
 #include <errno.h>
+/* _XOPEN_SOURCE is needed for pread, but we define _GNU_SOURCE, which defines
+ * that.
+ */
 #include <unistd.h>
 #include <byteswap.h>
 #include <sys/time.h>