]> git.pld-linux.org Git - packages/e2salvage.git/blobdiff - e2salvage-BLKGETSIZE64.patch
- add #define BLKGETSIZE64 _IOR(0x12,114,sizeof(u64))
[packages/e2salvage.git] / e2salvage-BLKGETSIZE64.patch
diff --git a/e2salvage-BLKGETSIZE64.patch b/e2salvage-BLKGETSIZE64.patch
new file mode 100644 (file)
index 0000000..446253e
--- /dev/null
@@ -0,0 +1,11 @@
+--- e2salvage-0.0.8a/src/main.c~       2003-10-07 20:49:37.000000000 +0000
++++ e2salvage-0.0.8a/src/main.c        2003-10-16 11:07:40.000000000 +0000
+@@ -10,6 +10,8 @@
+ #include <linux/hdreg.h>
+ #include <time.h>
++#define BLKGETSIZE64 _IOR(0x12,114,sizeof(u64))
++
+ /* here is a dirty i386 linux workaround */
+ typedef unsigned long long u64;
This page took 0.061069 seconds and 4 git commands to generate.