Ticket #18502: patch-mkfs.c.diff
File patch-mkfs.c.diff, 439 bytes (added by 0xffea@…, 16 years ago) |
---|
-
mkfs.c
old new 18 18 19 19 #define _XOPEN_SOURCE 500 20 20 #define _GNU_SOURCE 21 #define _DARWIN_C_SOURCE 21 22 22 23 #ifndef __CHECKER__ 23 24 #include <sys/ioctl.h> … … 33 34 #include <unistd.h> 34 35 #include <getopt.h> 35 36 #include <uuid/uuid.h> 37 #ifndef __APPLE__ 36 38 #include <linux/fs.h> 39 #endif 37 40 #include <ctype.h> 38 41 #include "kerncompat.h" 39 42 #include "ctree.h"