Author: pterjan
Date: Sun Nov 12 21:49:03 2006
New Revision: 83529

Added:
   
packages/cooker/ext2resize/current/SOURCES/ext2resize-1.1.19-blkgetsize64.patch
Removed:
   packages/cooker/ext2resize/current/SOURCES/ext2resize-ask-min-size.patch.bz2

Log:
Commit the patches

Added: 
packages/cooker/ext2resize/current/SOURCES/ext2resize-1.1.19-blkgetsize64.patch
==============================================================================
--- (empty file)
+++ 
packages/cooker/ext2resize/current/SOURCES/ext2resize-1.1.19-blkgetsize64.patch 
    Sun Nov 12 21:49:03 2006
@@ -0,0 +1,18 @@
+http://bugs.gentoo.org/122787
+
+===================================================================
+RCS file: /cvsroot/ext2resize/ext2resize/src/ext2_unix_io.c,v
+retrieving revision 1.15
+retrieving revision 1.17
+diff -u -r1.15 -r1.17
+--- ext2resize/ext2resize/src/ext2_unix_io.c   2004/09/30 14:04:04     1.15
++++ ext2resize/ext2resize/src/ext2_unix_io.c   2005/12/18 10:39:45     1.17
+@@ -47,7 +47,7 @@
+ #endif
+ 
+ #ifndef BLKGETSIZE64
+-#define BLKGETSIZE64 _IOR(0x12,114,sizeof(unsigned long long))
++#define BLKGETSIZE64 _IOR(0x12,114,size_t)
+ #endif
+ 
+ struct my_cookie

Reply via email to