X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: "Juan Manuel Guerrero" Organization: Darmstadt University of Technology To: djgpp-workers AT delorie DOT com Date: Thu, 25 Nov 2004 11:14:39 +0200 MIME-Version: 1.0 Subject: Re: A fix for popen(). Message-ID: <41A5BE9F.15534.2346D29@localhost> In-reply-to: <41A5BBC6.18442.2294B0C@localhost> X-mailer: Pegasus Mail for Windows (v4.02a, DE v4.02 R1) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-TUD-HRZ-MailScanner: Found to be clean X-TUD-HRZ-MailScanner-SpamCheck: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk It seem that I have been sleeping as I made the patch. Please ignore it. From the explaination it should be clear that following lines must be removed: /* close file */ fclose(l1->fp); In conclusion, not the non valid file descriptor of stdout should be passed as argument to dup2. If really needed I can submite a new patch. Regards, Juan M. Guerrero