]> git.pld-linux.org Git - packages/ext2resize.git/blob - ext2resize-BLKGETSIZE64.patch
- tabs in preamble
[packages/ext2resize.git] / ext2resize-BLKGETSIZE64.patch
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))
8 +#define BLKGETSIZE64 _IOR(0x12,114,size_t /* unsigned long long */)
9  #endif
10  
11  struct my_cookie
This page took 0.048053 seconds and 3 git commands to generate.