]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux-uml/files/fix-arg-max.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux-uml / files / fix-arg-max.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- linux-2.4.24/arch/um/kernel/user_util.c~fix-arg-max 2004-05-12 18:13:03.000000000 +0200
7 +++ linux-2.4.24/arch/um/kernel/user_util.c     2004-05-12 18:14:24.000000000 +0200
8 @@ -31,7 +31,7 @@
9  #include "helper.h"
10  #include "uml-config.h"
11  
12 -#define COMMAND_LINE_SIZE _POSIX_ARG_MAX
13 +#define COMMAND_LINE_SIZE 4096
14  
15  /* Changed in linux_main and setup_arch, which run before SMP is started */
16  char saved_command_line[COMMAND_LINE_SIZE] = { 0 };