[hackers] [dwm] removed unnecessary closure of stdin reported by Frederic Chardon, thx || a

From: <hg_AT_suckless.org>
Date: Sat, 13 Dec 2008 17:28:54 +0000 (UTC)

changeset: 1373:e3763c292e4e
tag: tip
user: a_AT_null
date: Sat Dec 13 17:27:48 2008 +0000
files: dwm.c
description:
removed unnecessary closure of stdin reported by Frederic Chardon, thx

diff -r a02489708a2b -r e3763c292e4e 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)
Received on Sat Dec 13 2008 - 17:28:54 UTC

This archive was generated by hypermail 2.2.0 : Sat Dec 13 2008 - 17:36:06 UTC