Update of /cvsroot/ext2resize/ext2resize/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30973
Modified Files:
ext2_unix_io.c
Log Message:
BLKGETSIZE64 definition `correction'. Thanks to Torvalds' explanation:
<http://lkml.org/lkml/2005/12/15/231>
Index: ext2_unix_io.c
===================================================================
RCS file: /cvsroot/ext2resize/ext2resize/src/ext2_unix_io.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** ext2_unix_io.c 21 Jan 2005 20:10:32 -0000 1.16
--- ext2_unix_io.c 18 Dec 2005 10:39:45 -0000 1.17
***************
*** 48,52 ****
#ifndef BLKGETSIZE64
! #define BLKGETSIZE64 _IOR(0x12,114,unsigned long long)
#endif
--- 48,52 ----
#ifndef BLKGETSIZE64
! #define BLKGETSIZE64 _IOR(0x12,114,size_t)
#endif
|