[tools] mkimage: update to 2013.07-rc1
[openwrt/svn-archive/archive.git] / tools / mkimage / patches / 050-image_h_portability.patch
index 1f222370bce4eabeb634edfa02b0c0390fa1ea78..86d5226982b860d66a91503784620559f8e5cb49 100644 (file)
@@ -6,9 +6,9 @@
  #include "compiler.h"
 -#include <asm/byteorder.h>
  
- #ifdef USE_HOSTCC
-@@ -191,13 +190,13 @@
+ /* Define this to avoid #ifdefs later on */
+ struct lmb;
+@@ -254,13 +253,13 @@
   * all data in network byte order (aka natural aka bigendian).
   */
  typedef struct image_header {