On Fri, Jul 20, 2001 at 06:58:57AM -0700, [EMAIL PROTECTED] wrote:
> Robert, Corinna , Andrej
>
> Thanks for the replies which explain what's going on.
>
> If I leave the PTMX define in the compile fails on
>
#ifndef __CYGWIN__
> if (ioctl(*ttyfd, I_PUSH, "ptem") < 0)
> sockerror("ioctl I_PUSH ptem");
> if (ioctl(*ttyfd, I_PUSH, "ldterm") < 0)
> sockerror("ioctl I_PUSH ldterm");
> if (ioctl(*ttyfd, I_PUSH, "ttcompat") < 0)
> sockerror("ioctl I_PUSH ttcompat");
#endif
I_PUSH has no meaning for Cygwin.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Developer mailto:[EMAIL PROTECTED]
Red Hat, Inc.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/