[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Release of version 4.6.1-pre2 of sharutils
From: |
Eric Blake |
Subject: |
Re: Release of version 4.6.1-pre2 of sharutils |
Date: |
Tue, 15 Nov 2005 17:12:02 +0000 |
> Hi Eric,
>
> Thank you. BTW, how is the cygwin guard spelled?
__CYGWIN__
Aargh - sometimes emacs dabbrev-expand picks up mispellings
from other open buffers, probably my culprit here.
> > case 1:
> > +#if __CYGWIN
> > + if (! isatty (STDIN_FILENO))
> > + setmode (STDIN_FILENO, O_BINARY);
> > +#endif
>
> The last one is a typo, yes? Cheers - Bruce
Yes, thanks for catching that. Serves me right for
testing my patch against 4.5.3, and then manually
copying the patch to 4.6.1 without a second compilation
test.
--
Eric Blake