]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/lib/libgcrypt_wrap/cipher_wrap.h: Define size_t to
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 00:42:40 +0000 (02:42 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 00:42:40 +0000 (02:42 +0200)
grub_size_t. This fixes the case when size_t mismatches grub_size_t.

ChangeLog
grub-core/lib/libgcrypt_wrap/cipher_wrap.h

index 5efa965e9e051b8278fff1838ce854f3642cbb69..57a54d99d5535ee36508e16878c01298a57d24e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-19  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/lib/libgcrypt_wrap/cipher_wrap.h: Define size_t to
+       grub_size_t. This fixes the case when size_t mismatches grub_size_t.
+
 2013-10-19  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-mkimagexx.c (make_reloc_section): Fix memory leak.
index 7d7c7c6720e029d447f83483f7e6c85b29ad7e82..a3f55a54f73c939798c12a1fa160e9601d4645c7 100644 (file)
@@ -27,6 +27,8 @@
 
 #include <sys/types.h>
 
+#define size_t grub_size_t
+
 #undef __GNU_LIBRARY__
 #define __GNU_LIBRARY__ 1