From 95dd9c185bef1f97ce71c0dcbe7b0f2521130f26 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 17 Aug 2008 21:03:18 +0000 Subject: updated for version 7.2-001 --- src/pty.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/pty.c') diff --git a/src/pty.c b/src/pty.c index cd17bde2f..d23cb2ef1 100644 --- a/src/pty.c +++ b/src/pty.c @@ -270,9 +270,10 @@ OpenPTY(ttyn) } #endif -#if defined(HAVE_SVR4_PTYS) && !defined(PTY_DONE) && !defined(hpux) +#if defined(HAVE_SVR4_PTYS) && !defined(PTY_DONE) && !defined(hpux) && !defined(MACOS_X) -/* NOTE: Even though HPUX can have /dev/ptmx, the code below doesn't work! */ +/* NOTE: Even though HPUX can have /dev/ptmx, the code below doesn't work! + * Same for Mac OS X Leopard. */ #define PTY_DONE int OpenPTY(ttyn) -- cgit v1.2.1