Commit 3ad906e

a@null <unknown>
2008-12-13 12:27:48
removed unnecessary closure of stdin reported by Frederic Chardon, thx
1 parent 0be9fb8
Changed files (1)
dwm.c
@@ -343,7 +343,6 @@ cleanup(void) {
 	Arg a = {.ui = ~0};
 	Layout foo = { "", NULL };
 
-	close(STDIN_FILENO);
 	view(&a);
 	lt[sellt] = &foo;
 	while(stack)