]> git.pld-linux.org Git - packages/kernel.git/blame - linux-asm_segment_h.patch
- updated to 2.6.29.2 (builds and works --without apparmor --without grsecurity)
[packages/kernel.git] / linux-asm_segment_h.patch
CommitLineData
2f9474e9 1diff -ruN linux-2.6.17-orig/include/asm-powerpc/segment.h linux-2.6.17/include/asm-powerpc/segment.h
2--- linux-2.6.17-orig/include/asm-powerpc/segment.h 1970-01-01 01:00:00.000000000 +0100
3+++ linux-2.6.17/include/asm-powerpc/segment.h 2006-06-18 03:49:35.000000000 +0200
4@@ -0,0 +1,6 @@
5+#ifndef _ASM_SEGMENT_H
6+#define _ASM_SEGMENT_H
7+
8+/* Only here because we have some old header files that expect it.. */
9+
10+#endif /* _ASM_SEGMENT_H */
11diff -ruN linux-2.6.17-orig/include/asm-sparc/segment.h linux-2.6.17/include/asm-sparc/segment.h
12--- linux-2.6.17-orig/include/asm-sparc/segment.h 1970-01-01 01:00:00.000000000 +0100
13+++ linux-2.6.17/include/asm-sparc/segment.h 2006-06-18 03:49:35.000000000 +0200
14@@ -0,0 +1,6 @@
15+#ifndef _ASM_SEGMENT_H
16+#define _ASM_SEGMENT_H
17+
18+/* Only here because we have some old header files that expect it.. */
19+
20+#endif /* _ASM_SEGMENT_H */
21diff -ruN linux-2.6.17-orig/include/asm-sparc64/segment.h linux-2.6.17/include/asm-sparc64/segment.h
22--- linux-2.6.17-orig/include/asm-sparc64/segment.h 1970-01-01 01:00:00.000000000 +0100
23+++ linux-2.6.17/include/asm-sparc64/segment.h 2006-06-18 03:49:35.000000000 +0200
24@@ -0,0 +1,6 @@
25+#ifndef _ASM_SEGMENT_H
26+#define _ASM_SEGMENT_H
27+
28+/* Only here because we have some old header files that expect it.. */
29+
30+#endif /* _ASM_SEGMENT_H */
This page took 0.041961 seconds and 4 git commands to generate.