summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.25/900-headers_type_and_time.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-02 10:17:03 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-02 10:17:03 +0000
commit60289aade7304b10112a6839dcf293e719f057eb (patch)
treeb992b5d551457de6a5d6f53b37b9eec182c68c29 /target/linux/generic-2.6/patches-2.6.25/900-headers_type_and_time.patch
parent9fcaee9fccd3fc3605de7c3578013211b8486827 (diff)
[kernel] update to 2.6.25.1 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25/900-headers_type_and_time.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.25/900-headers_type_and_time.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/900-headers_type_and_time.patch b/target/linux/generic-2.6/patches-2.6.25/900-headers_type_and_time.patch
index aef479576..d8c75c312 100644
--- a/target/linux/generic-2.6/patches-2.6.25/900-headers_type_and_time.patch
+++ b/target/linux/generic-2.6/patches-2.6.25/900-headers_type_and_time.patch
@@ -1,7 +1,7 @@
-Index: linux-2.6.23-rc6/include/linux/time.h
+Index: linux-2.6.25.1/include/linux/time.h
===================================================================
---- linux-2.6.23-rc6.orig/include/linux/time.h 2007-09-21 16:23:52.000000000 +0800
-+++ linux-2.6.23-rc6/include/linux/time.h 2007-09-21 16:24:09.000000000 +0800
+--- linux-2.6.25.1.orig/include/linux/time.h
++++ linux-2.6.25.1/include/linux/time.h
@@ -1,6 +1,10 @@
#ifndef _LINUX_TIME_H
#define _LINUX_TIME_H
@@ -13,17 +13,17 @@ Index: linux-2.6.23-rc6/include/linux/time.h
#include <linux/types.h>
#ifdef __KERNEL__
-@@ -227,4 +231,6 @@
+@@ -232,4 +236,6 @@ struct itimerval {
*/
#define TIMER_ABSTIME 0x01
+#endif /* __KERNEL__ DEBIAN */
+
#endif
-Index: linux-2.6.23-rc6/include/linux/types.h
+Index: linux-2.6.25.1/include/linux/types.h
===================================================================
---- linux-2.6.23-rc6.orig/include/linux/types.h 2007-09-21 16:23:52.000000000 +0800
-+++ linux-2.6.23-rc6/include/linux/types.h 2007-09-21 16:24:09.000000000 +0800
+--- linux-2.6.25.1.orig/include/linux/types.h
++++ linux-2.6.25.1/include/linux/types.h
@@ -1,6 +1,14 @@
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
@@ -38,8 +38,8 @@ Index: linux-2.6.23-rc6/include/linux/types.h
+
#ifdef __KERNEL__
- #define BITS_TO_LONGS(bits) \
-@@ -162,6 +170,8 @@
+ #define DECLARE_BITMAP(name,bits) \
+@@ -161,6 +169,8 @@ typedef unsigned long blkcnt_t;
#endif /* __KERNEL_STRICT_NAMES */