projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f234c77
)
Remove invalid comment and TODO.
author
ayin
<ayin>
Mon, 21 Jan 2008 14:52:44 +0000
(14:52 +0000)
committer
ayin
<ayin>
Mon, 21 Jan 2008 14:52:44 +0000
(14:52 +0000)
src/init.C
patch
|
blob
|
history
diff --git
a/src/init.C
b/src/init.C
index cad8d9f6c46153a7db58decec290fc78bf2a2da8..b3a4b0d10423e6833a4de974cc9a747150737301 100644
(file)
--- a/
src/init.C
+++ b/
src/init.C
@@
-317,13
+317,8
@@
init_secondary ()
{
int i;
- /*
- * Close all unused file descriptors
- * We don't want them, we don't need them.
- */
if ((i = open ("/dev/null", O_RDONLY)) < 0)
{
- /* TODO: BOO HISS */
dup2 (STDERR_FILENO, STDIN_FILENO);
}
else if (i != STDIN_FILENO)