]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix compilation on 64-bit targets
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 5 Oct 2011 21:19:11 +0000 (23:19 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 5 Oct 2011 21:19:11 +0000 (23:19 +0200)
include/grub/types.h

index 4dde10a16cc4f58c640799e0e403d22b7fd250a6..84bc97455ff4590e82aa0683efd65678c3481368 100644 (file)
@@ -116,6 +116,7 @@ typedef grub_int32_t        grub_ssize_t;
 # define PRIxGRUB_SIZE "x"
 # define PRIxGRUB_ADDR "x"
 # define PRIuGRUB_SIZE "u"
+# define PRIdGRUB_SSIZE        "d"
 #endif
 
 #if GRUB_CPU_SIZEOF_LONG == 8