]> git.pld-linux.org Git - packages/ext2resize.git/commitdiff
- kernel bug-compatibility
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 10 Feb 2005 15:13:15 +0000 (15:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ext2resize-BLKGETSIZE64.patch -> 1.2

ext2resize-BLKGETSIZE64.patch

index b8b11786ee7bf89244abff8b0d1c0813c8eedf53..121c68c70e75aa012dbb7d6b6c3a01316839a29e 100644 (file)
@@ -5,7 +5,7 @@
  
  #ifndef BLKGETSIZE64
 -#define BLKGETSIZE64 _IOR(0x12,114,sizeof(unsigned long long))
-+#define BLKGETSIZE64 _IOR(0x12,114,unsigned long long)
++#define BLKGETSIZE64 _IOR(0x12,114,size_t /* unsigned long long */)
  #endif
  
  struct my_cookie
This page took 0.090925 seconds and 4 git commands to generate.