From: root Date: Sat, 19 Jan 2008 14:23:33 +0000 (+0000) Subject: Alex Coventry is a confused person X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c065a508586dda4f5a1060580292426f2686f057;p=dana%2Furxvt.git Alex Coventry is a confused person --- diff --git a/src/init.C b/src/init.C index cb276d6d..cad8d9f6 100644 --- a/src/init.C +++ b/src/init.C @@ -333,17 +333,6 @@ init_secondary () } dup2 (STDERR_FILENO, STDOUT_FILENO); - -#if 0 // schmorp sayz closing filies is murder - for (i = STDERR_FILENO + 1; i < num_fds; i++) - { -#ifdef __sgi /* Alex Coventry says we need 4 & 7 too */ - if (i == 4 || i == 7) - continue; -#endif - close (i); - } -#endif } /*----------------------------------------------------------------------*/