Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <00fd01c00d56$f61cb940$f7c723cb@lifelesswks> From: "Robert Collins" To: References: <001d01c00d05$0fa8eb60$f7c723cb AT lifelesswks> <20000823152026 DOT H5205 AT cygnus DOT com> Subject: Re: stropts.h Date: Thu, 24 Aug 2000 09:07:49 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 X-OriginalArrivalTime: 23 Aug 2000 22:58:51.0343 (UTC) FILETIME=[B4399DF0:01C00D55] speaking of the todo list.. I added that and saw you wanted to export mounts to a batch file? what about mount | sed -e '1d' -e '/ system /s/^/-s /' -e 's/ system //' -e '/ user /s/^/-u /' -e 's/ user //' -e '/ binmode$/s/^/-b /' -e 's/ binmode$//' -e '/ textmode$/s/^/-t /' -e 's/ textmode$//' -e 's/^/mount /' -e 's/\\/\\\\/' > mymounts.bat ? Rob ----- Original Message ----- From: "Chris Faylor" To: Sent: Thursday, August 24, 2000 5:20 AM Subject: Re: stropts.h > On Wed, Aug 23, 2000 at 11:21:33PM +1000, Robert Collins wrote: > >I know everyone hates these questions but.. > >are there any plans for streams (via sys/stropts.h and ioctl()) in the near > >future? Or do I dig up glibc and start comparing? > > > >FWIW I'm porting zvt (part of gnome) > > Nope. No plans at all. I don't think that this is on the todo list. If it > isn't, feel free to add it. > > cgf >