]> git.pld-linux.org Git - packages/ext2resize.git/blame - ext2resize-BLKGETSIZE64.patch
- tabs in preamble
[packages/ext2resize.git] / ext2resize-BLKGETSIZE64.patch
CommitLineData
75c101f5 1--- ext2resize-1.9.19/src/ext2_unix_io.c.orig 2005-02-10 15:21:02.000000000 +0100
2+++ ext2resize-1.9.19/src/ext2_unix_io.c 2005-02-10 15:20:39.000000000 +0100
3@@ -47,7 +47,7 @@
4 #endif
5
6 #ifndef BLKGETSIZE64
7-#define BLKGETSIZE64 _IOR(0x12,114,sizeof(unsigned long long))
79301d7d 8+#define BLKGETSIZE64 _IOR(0x12,114,size_t /* unsigned long long */)
75c101f5 9 #endif
10
11 struct my_cookie
This page took 0.071826 seconds and 4 git commands to generate.