]> git.proxmox.com Git - grub2.git/commitdiff
* grub-core/lib/posix_wrap/sys/types.h: Make WORDS_BIGENDIAN definition
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 14 Apr 2013 17:57:15 +0000 (19:57 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 14 Apr 2013 17:57:15 +0000 (19:57 +0200)
match config-util.h to avoid warnings and increase compatibility.

ChangeLog
grub-core/lib/posix_wrap/sys/types.h

index 8cbf241b97f4a1bc4e0a78511527b33d79ae5994..a4d9555926b60cd6aced2f1f4e34e7dffd7cc748 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+2013-04-14  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/lib/posix_wrap/sys/types.h: Make WORDS_BIGENDIAN definition
+       match config-util.h to avoid warnings and increase compatibility.
+
 2013-04-14  Szymon Janc <szymon@janc.net.pl>
+2013-04-14  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Add option to compress files on install/image creation.
 
index c88a96ee589efa4770d23f8278a2b164b36a5f34..6485a9a354e50b109317ce060b435e96e5783f38 100644 (file)
@@ -60,7 +60,7 @@ typedef grub_addr_t uintptr_t;
 #define SIZEOF_UINT64_T 8
 
 #ifdef GRUB_CPU_WORDS_BIGENDIAN
-#define WORDS_BIGENDIAN
+#define WORDS_BIGENDIAN 1
 #else
 #undef WORDS_BIGENDIAN
 #endif