removed unnecessary closure of stdin reported by Frederic Chardon, thx
authora@null
Sat, 13 Dec 2008 17:27:48 +0000
changeset 1373 e3763c292e4e
parent 1372 a02489708a2b
child 1374 ff5fd6693d5d
removed unnecessary closure of stdin reported by Frederic Chardon, thx
dwm.c
--- a/dwm.c	Sat Dec 13 16:35:34 2008 +0000
+++ b/dwm.c	Sat Dec 13 17:27:48 2008 +0000
@@ -343,7 +343,6 @@
 	Arg a = {.ui = ~0};
 	Layout foo = { "", NULL };
 
-	close(STDIN_FILENO);
 	view(&a);
 	lt[sellt] = &foo;
 	while(stack)