aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches/900-headers_type_and_time.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-12-08 22:02:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-12-08 22:02:44 +0000
commit5ced1fa6469d73455e0f91eb8da5e67018201efe (patch)
treeb64b4f739940539a0d2585b843d253b6827a8ccd /target/linux/generic-2.6/patches/900-headers_type_and_time.patch
parent6c20cfaf1d6441a3c26abdf20cc7cd538202813f (diff)
downloadmaster-187ad058-5ced1fa6469d73455e0f91eb8da5e67018201efe.tar.gz
master-187ad058-5ced1fa6469d73455e0f91eb8da5e67018201efe.tar.bz2
master-187ad058-5ced1fa6469d73455e0f91eb8da5e67018201efe.zip
more compile fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5730 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches/900-headers_type_and_time.patch')
-rw-r--r--target/linux/generic-2.6/patches/900-headers_type_and_time.patch13
1 files changed, 0 insertions, 13 deletions
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 09118bc0e0..6dd56f6ca0 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__