]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- added missing include
authorcieciwa <cieciwa@pld-linux.org>
Mon, 22 Mar 2004 12:03:53 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    2.6.5-sparc64-missing-include.patch -> 1.1

2.6.5-sparc64-missing-include.patch [new file with mode: 0644]

diff --git a/2.6.5-sparc64-missing-include.patch b/2.6.5-sparc64-missing-include.patch
new file mode 100644 (file)
index 0000000..d70b6c3
--- /dev/null
@@ -0,0 +1,10 @@
+--- linux-2.6.5-rc2/arch/sparc64/kernel/binfmt_elf32.c.org     2004-03-22 13:55:59.000000000 +0100
++++ linux-2.6.5-rc2/arch/sparc64/kernel/binfmt_elf32.c 2004-03-22 13:01:24.000000000 +0100
+@@ -4,6 +4,7 @@
+  * Copyright (C) 1995, 1996, 1997, 1998 David S. Miller       (davem@redhat.com)
+  * Copyright (C) 1995, 1996, 1997, 1998 Jakub Jelinek (jj@ultra.linux.cz)
+  */
++#include <asm/pgtable.h>
+ #define ELF_ARCH              EM_SPARC
+ #define ELF_CLASS             ELFCLASS32
This page took 0.139726 seconds and 4 git commands to generate.