(init_process): Change #ifdef DARWIN' to #if defined (DARWIN) ||

defined (MAC_OSX)'
This commit is contained in:
YAMAMOTO Mitsuharu 2005-03-16 08:09:28 +00:00
parent 5d330aab63
commit ecc175e254

View file

@ -6706,7 +6706,7 @@ init_process ()
}
#endif /* HAVE_SOCKETS */
#ifdef DARWIN
#if defined (DARWIN) || defined (MAC_OSX)
/* PTYs are broken on Darwin < 6, but are sometimes useful for interactive
processes. As such, we only change the default value. */
if (initialized)