]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.20-initrd-close-console.patch
- WOL patch fixed and re-enabled
[packages/kernel.git] / linux-2.4.20-initrd-close-console.patch
1 --- linux-2.4.20/init/do_mounts.c~      Wed Mar 12 19:30:35 2003
2 +++ linux-2.4.20/init/do_mounts.c       Wed Mar 12 20:12:31 2003
3 @@ -857,6 +857,9 @@
4                 }
5                 printk(!error ? "okay\n" : "failed\n");
6         }
7 +       close(0);
8 +       close(1);
9 +       close(2);
10  #endif
11  }
12  
This page took 0.024893 seconds and 3 git commands to generate.