$FreeWRT$
--- mtd-20050122.orig.orig/util/jffs3.h	Fri Jan 21 22:59:51 2005
+++ mtd-20050122.orig/util/jffs3.h	Thu Jul 27 10:22:54 2006
@@ -177,8 +177,6 @@ union jffs3_node_union {
 #undef je32_to_cpu
 #undef jemode_to_cpu
 
-extern int target_endian;
-
 #define t16(x) ({ uint16_t __b = (x); (target_endian==__BYTE_ORDER)?__b:bswap_16(__b); })
 #define t32(x) ({ uint32_t __b = (x); (target_endian==__BYTE_ORDER)?__b:bswap_32(__b); })
 
