]> andersk Git - openssh.git/blobdiff - pty.c
- Integration of large HPUX patch from Andre Lucas
[openssh.git] / pty.c
diff --git a/pty.c b/pty.c
index c63c5a6db482d5c00ec6dd5b993c72645c55bd96..bcd57fefd4f6c5b21162e61654078332b7841576 100644 (file)
--- a/pty.c
+++ b/pty.c
@@ -84,7 +84,7 @@ pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen)
        }
        return 1;
 #else /* HAVE__GETPTY */
-#ifdef HAVE_DEV_PTMX
+#if defined(HAVE_DEV_PTMX)
        /*
         * This code is used e.g. on Solaris 2.x.  (Note that Solaris 2.3
         * also has bsd-style ptys, but they simply do not work.)
This page took 0.050684 seconds and 4 git commands to generate.