diff options
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.27/900-headers_type_and_time.patch | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.27/971-ocf_20080917.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/900-headers_type_and_time.patch b/target/linux/generic-2.6/patches-2.6.27/900-headers_type_and_time.patch index b12387280a..6350cb9fe7 100644 --- a/target/linux/generic-2.6/patches-2.6.27/900-headers_type_and_time.patch +++ b/target/linux/generic-2.6/patches-2.6.27/900-headers_type_and_time.patch @@ -11,7 +11,7 @@ #include <linux/types.h> #ifdef __KERNEL__ -@@ -228,4 +232,6 @@ struct itimerval { +@@ -229,4 +233,6 @@ struct itimerval { */ #define TIMER_ABSTIME 0x01 diff --git a/target/linux/generic-2.6/patches-2.6.27/971-ocf_20080917.patch b/target/linux/generic-2.6/patches-2.6.27/971-ocf_20080917.patch index c18eea40ce..ebed01db81 100644 --- a/target/linux/generic-2.6/patches-2.6.27/971-ocf_20080917.patch +++ b/target/linux/generic-2.6/patches-2.6.27/971-ocf_20080917.patch @@ -88,7 +88,7 @@ /********************************************************************* --- a/fs/fcntl.c +++ b/fs/fcntl.c -@@ -140,6 +140,7 @@ asmlinkage long sys_dup(unsigned int fil +@@ -140,6 +140,7 @@ SYSCALL_DEFINE1(dup, unsigned int, filde } return ret; } |