]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/bsd-openpty.c
merged OpenSSH 4.0p1 to trunk and removed GSSAPI compat flags needed for compat with...
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-openpty.c
index daf5f8b811f30edd9aded9cd27dac30fc7cd1baa..8eb62b7a8b45923ded4206453922cb4aeb971aa0 100644 (file)
@@ -102,7 +102,6 @@ openpty(int *amaster, int *aslave, char *name, struct termios *termp,
                return (-1);
        }
 
-#ifndef HAVE_CYGWIN
        /*
         * Try to push the appropriate streams modules, as described 
         * in Solaris pts(7).
@@ -112,7 +111,6 @@ openpty(int *amaster, int *aslave, char *name, struct termios *termp,
 # ifndef __hpux
        ioctl(*aslave, I_PUSH, "ttcompat");
 # endif /* __hpux */
-#endif /* HAVE_CYGWIN */
 
        return (0);
 
This page took 0.059919 seconds and 4 git commands to generate.