X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=inline;f=target%2Flinux%2Fgeneric-2.6%2Fpatches%2F900-headers_type_and_time.patch;fp=target%2Flinux%2Fgeneric-2.6%2Fpatches%2F900-headers_type_and_time.patch;h=6dd56f6ca0ba0df8946364ba03e4cb5b32f6b4c6;hb=dcf6bd1f3af51f80f319e45aaacbf009d51ccf1b;hp=09118bc0e0018f47583a4fc53021cfbe398af8a8;hpb=53c5ad6fa854740c2a5d36f748577a349c1432e9;p=openwrt-10.03%2F.git diff --git a/target/linux/generic-2.6/patches/900-headers_type_and_time.patch b/target/linux/generic-2.6/patches/900-headers_type_and_time.patch index 09118bc0e..6dd56f6ca 100644 --- a/target/linux/generic-2.6/patches/900-headers_type_and_time.patch +++ b/target/linux/generic-2.6/patches/900-headers_type_and_time.patch @@ -49,16 +49,3 @@ Update 2005-05-05 gotom, add __extension__ for linux/types.h. /* * Below are truly Linux-specific types that should never collide with * any application/library that wants linux/types.h. -@@ -167,9 +179,9 @@ - typedef __u16 __bitwise __be16; - typedef __u32 __bitwise __le32; - typedef __u32 __bitwise __be32; --#if defined(__GNUC__) && !defined(__STRICT_ANSI__) --typedef __u64 __bitwise __le64; --typedef __u64 __bitwise __be64; -+#if defined(__GNUC__) -+__extension__ typedef __u64 __bitwise __le64; -+__extension__ typedef __u64 __bitwise __be64; - #endif - - #ifdef __KERNEL__