From: a@null <unknown>
Date: Sat, 13 Dec 2008 17:27:48 +0000 (+0000)
Subject: removed unnecessary closure of stdin reported by Frederic Chardon, thx
X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=3ad906eeded0b3ab89b7280c5cc2f3bde193ac60;p=dwm.git

removed unnecessary closure of stdin reported by Frederic Chardon, thx
---

diff --git a/dwm.c b/dwm.c
index 73ce7bf..883610a 100644
--- a/dwm.c
+++ b/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)