summaryrefslogtreecommitdiff
path: root/linux-2.4.20-initrd-close-console.patch
blob: fd4bd6a3898a001a61600fa5c8632318fd6f22f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- linux-2.4.20/init/do_mounts.c~	Wed Mar 12 19:30:35 2003
+++ linux-2.4.20/init/do_mounts.c	Wed Mar 12 20:12:31 2003
@@ -857,6 +857,9 @@
 		}
 		printk(!error ? "okay\n" : "failed\n");
 	}
+	close(0);
+	close(1);
+	close(2);
 #endif
 }