switch to 2.6.27.12

SVN-Revision: 14157
This commit is contained in:
Gabor Juhos
2009-01-23 13:30:27 +00:00
parent 244ea6a1d6
commit 0c2e187f54
13 changed files with 14 additions and 14 deletions

View File

@@ -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

View File

@@ -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;
}