]> git.pld-linux.org Git - packages/e2salvage.git/commitdiff
- add #define BLKGETSIZE64 _IOR(0x12,114,sizeof(u64))
authorareq <areq@pld-linux.org>
Thu, 16 Oct 2003 13:41:13 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2salvage-BLKGETSIZE64.patch -> 1.1

e2salvage-BLKGETSIZE64.patch [new file with mode: 0644]

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.081134 seconds and 4 git commands to generate.