From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17325 invoked from network); 25 Jan 2003 04:49:59 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 25 Jan 2003 04:49:59 -0000 Received: (qmail 27054 invoked by alias); 25 Jan 2003 04:49:36 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5825 Received: (qmail 27044 invoked from network); 25 Jan 2003 04:49:36 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 25 Jan 2003 04:49:36 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [66.187.233.31] by sunsite.dk (MessageWall 1.0.8) with SMTP; 25 Jan 2003 4:49:35 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h0P4KYf11400 for ; Fri, 24 Jan 2003 23:20:34 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0P4naa26493 for ; Fri, 24 Jan 2003 23:49:36 -0500 Received: from redhat.com (vpn50-40.rdu.redhat.com [172.16.50.40]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0P4nat31596 for ; Fri, 24 Jan 2003 23:49:36 -0500 Received: by redhat.com (Postfix, from userid 201) id DCBC31B8E5; Fri, 24 Jan 2003 23:49:41 -0500 (EST) Date: Fri, 24 Jan 2003 23:49:41 -0500 From: Christopher Faylor To: zsh-users@sunsite.dk Subject: Re: cygwin + /dev/stderr Message-ID: <20030125044941.GC17228@redhat.com> Reply-To: zsh-users@sunsite.dk References: <20030119231354.35178.qmail@web12303.mail.yahoo.com> <6134254DE87BD411908B00A0C99B044F03A0B5E4@mowd019a.mow.siemens.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6134254DE87BD411908B00A0C99B044F03A0B5E4@mowd019a.mow.siemens.ru> User-Agent: Mutt/1.5.1i On Mon, Jan 20, 2003 at 02:36:13PM +0300, Borzenkov Andrey wrote: >What version of Cygwin are you using? I have vague memory that Cygwin >emulates /dev/std* as well but may be wrong here. Unfortunately, cygwin doesn't emulate /dev/stderr, although it wouldn't be hard to do. It might make sense to just add 'self' and 'fd' to the /proc hierarchy like linux does. I'll add it to the 'to-do' list. cgf (Mr. Cygwin)