From e01de2e7d6b5402a9dd5e9b2754035676a542a1e Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 2 Mar 2010 22:40:45 +0100 Subject: target/cramfs: cleanup Remove the cramfs host tools building process, which is now in package/cramfs. Signed-off-by: Thomas Petazzoni --- target/cramfs/cramfs-03-cygwin_IO.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 target/cramfs/cramfs-03-cygwin_IO.patch (limited to 'target/cramfs/cramfs-03-cygwin_IO.patch') diff --git a/target/cramfs/cramfs-03-cygwin_IO.patch b/target/cramfs/cramfs-03-cygwin_IO.patch deleted file mode 100644 index 4ea358ede..000000000 --- a/target/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 - -+#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 */ -- cgit v1.2.3