]> git.pld-linux.org Git - packages/mdadm.git/commitdiff
- define proper BLKGETSIZE64
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Jan 2004 15:01:10 +0000 (15:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mdadm-gkh.patch -> 1.1

mdadm-gkh.patch [new file with mode: 0644]

diff --git a/mdadm-gkh.patch b/mdadm-gkh.patch
new file mode 100644 (file)
index 0000000..64727da
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN mdadm-1.4.0.org/mdadm.h mdadm-1.4.0/mdadm.h
+--- mdadm-1.4.0.org/mdadm.h    2004-01-21 14:45:56.918173309 +0100
++++ mdadm-1.4.0/mdadm.h        2004-01-21 15:59:55.391466540 +0100
+@@ -49,7 +49,7 @@
+ #define       MD_MAJOR 9
+ #ifndef BLKGETSIZE64
+-#define BLKGETSIZE64 _IOR(0x12,114,sizeof(__u64)) /* return device size in bytes (u64 *arg) */
++#define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */
+ #endif
This page took 0.162605 seconds and 4 git commands to generate.