]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-MAX_INIT_ARGS.patch
- fix unresolved symbols in ipv6 netfilter
[packages/kernel.git] / kernel-MAX_INIT_ARGS.patch
1 --- linux-2.6.7-rc2/init/main.c.org     2004-06-04 12:58:31.000000000 +0200
2 +++ linux-2.6.7-rc2/init/main.c 2004-06-04 13:43:02.000000000 +0200
3 @@ -103,8 +103,8 @@
4  /*
5   * Boot command-line arguments
6   */
7 -#define MAX_INIT_ARGS 8
8 -#define MAX_INIT_ENVS 8
9 +#define MAX_INIT_ARGS 256
10 +#define MAX_INIT_ENVS 256
11  
12  extern void time_init(void);
13  /* Default late time init is NULL. archs can override this later. */
This page took 0.065698 seconds and 3 git commands to generate.