]> git.pld-linux.org Git - packages/ext2resize.git/commitdiff
- fixed a bug in the definition of BLKGETSIZE64, now it works.
authordarekr <darekr@pld-linux.org>
Thu, 10 Feb 2005 14:28:14 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ext2resize-BLKGETSIZE64.patch -> 1.1

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

diff --git a/ext2resize-BLKGETSIZE64.patch b/ext2resize-BLKGETSIZE64.patch
new file mode 100644 (file)
index 0000000..b8b1178
--- /dev/null
@@ -0,0 +1,11 @@
+--- ext2resize-1.9.19/src/ext2_unix_io.c.orig  2005-02-10 15:21:02.000000000 +0100
++++ ext2resize-1.9.19/src/ext2_unix_io.c       2005-02-10 15:20:39.000000000 +0100
+@@ -47,7 +47,7 @@
+ #endif
+ #ifndef BLKGETSIZE64
+-#define BLKGETSIZE64 _IOR(0x12,114,sizeof(unsigned long long))
++#define BLKGETSIZE64 _IOR(0x12,114,unsigned long long)
+ #endif
+ struct my_cookie
This page took 0.040462 seconds and 4 git commands to generate.