summaryrefslogtreecommitdiffstats
path: root/package/cramfs/cramfs-03-cygwin_IO.patch
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2011-09-09 16:05:07 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-10-27 15:42:24 +0200
commitccd96a3559324b742f357ce6bd8969c6318fe94b (patch)
treef6d4ebcc3eb73b5a834e0c0194ee3a17e453732b /package/cramfs/cramfs-03-cygwin_IO.patch
parent7f9c4c0aa5dcd2329fc5eb17959f634fd9c9a822 (diff)
downloadbuildroot-novena-ccd96a3559324b742f357ce6bd8969c6318fe94b.tar.gz
buildroot-novena-ccd96a3559324b742f357ce6bd8969c6318fe94b.zip
Cleanup cramfs package declaration.
Cramfs still passes the device table to mkcramfs, which is irrelevant now with fakeroot, remove this behaviour and the associated patch. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/cramfs/cramfs-03-cygwin_IO.patch')
-rw-r--r--package/cramfs/cramfs-03-cygwin_IO.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/cramfs/cramfs-03-cygwin_IO.patch b/package/cramfs/cramfs-03-cygwin_IO.patch
deleted file mode 100644
index 4ea358ede..000000000
--- a/package/cramfs/cramfs-03-cygwin_IO.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- cramfs-1.1/cramfsck.c.orig 2006-12-22 22:16:59.328125000 +1100
-+++ cramfs-1.1/cramfsck.c 2006-12-19 01:02:05.531250000 +1100
-@@ -56,6 +56,10 @@
- #include "linux/cramfs_fs.h"
- #include <zlib.h>
-
-+#ifdef __CYGWIN__
-+#define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
-+#endif /* __CYGWIN__ */
-+
- #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */
-
- /* Exit codes used by fsck-type programs */