remove redundant prerequisite
[buildroot.git] / target / cramfs / cramfs-03-cygwin_IO.patch
blob4ea358ede35ea0266ad8f1250d492a4ed73b03b2
1 --- cramfs-1.1/cramfsck.c.orig 2006-12-22 22:16:59.328125000 +1100
2 +++ cramfs-1.1/cramfsck.c 2006-12-19 01:02:05.531250000 +1100
3 @@ -56,6 +56,10 @@
4 #include "linux/cramfs_fs.h"
5 #include <zlib.h>
7 +#ifdef __CYGWIN__
8 +#define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
9 +#endif /* __CYGWIN__ */
11 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */
13 /* Exit codes used by fsck-type programs */