]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux-uml/linux-uml-2.6.11-rc2-mm1/compile-fix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux-uml / linux-uml-2.6.11-rc2-mm1 / compile-fix.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- linux-2.6.10/arch/um/kernel/process.c~compile-fix   2005-01-28 19:57:29.207418000 +0100
7 +++ linux-2.6.10/arch/um/kernel/process.c       2005-01-28 20:05:37.811027882 +0100
8 @@ -28,6 +28,7 @@
9  #include "sysdep/sigcontext.h"
10  #include "irq_user.h"
11  #include "ptrace_user.h"
12 +#include <linux/ptrace.h>
13  #include "time_user.h"
14  #include "init.h"
15  #include "os.h"
16 --- linux-2.6.10/arch/um/kernel/user_util.c~compile-fix 2005-01-28 20:10:41.565297000 +0100
17 +++ linux-2.6.10/arch/um/kernel/user_util.c     2005-01-28 20:10:49.373290402 +0100
18 @@ -31,7 +31,7 @@
19  #include "helper.h"
20  #include "uml-config.h"
21  
22 -#define COMMAND_LINE_SIZE _POSIX_ARG_MAX
23 +#define COMMAND_LINE_SIZE 4096
24  
25  /* Changed in linux_main and setup_arch, which run before SMP is started */
26  char command_line[COMMAND_LINE_SIZE] = { 0 };