diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /linux-libc-headers/linux-libc-headers-2.6.8.1 | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'linux-libc-headers/linux-libc-headers-2.6.8.1')
-rw-r--r-- | linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff b/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff index e69de29bb2..a06b5affd9 100644 --- a/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff +++ b/linux-libc-headers/linux-libc-headers-2.6.8.1/mips-asm-atomic-system.diff @@ -0,0 +1,11 @@ +--- include/asm-mips/atomic.h.orig 2004-10-01 10:10:05.487734944 +0200 ++++ include/asm-mips/atomic.h 2004-10-01 10:10:15.837161592 +0200 +@@ -15,8 +15,6 @@ + #define _ASM_ATOMIC_H + + +-#include <asm/system.h> +- + typedef struct { volatile int counter; } atomic_t; + typedef struct { volatile __s64 counter; } atomic64_t; + |