From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 25 Mar 2001 13:31:15 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: new pipe patch Message-ID: <3ABDF323.25456.8C414B@localhost> References: <3ABD3110 DOT 20018 DOT 23D9EC AT localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > @code{@var{fildes}[0]} Ah, ok. I had tried @var{filedes[0]} but then makeinfo complained about the brackets. Also -- since the change is almost trivial -- should popen be changed to add in FILE_DESC_PIPE to prevent seeks with it's fd? Then the second sentence in this excerpt errno.txh can go away: ESPIPE -- Invalid seek: attempt to seek on a pipe. Never happens in DJGPP, except for NetWare-related operations, since pipes are simulated with regular files in MS-DOS, and therefore are always seekable.