*** empty log message ***
authorroot <root>
Thu, 19 Jan 2006 10:27:27 +0000 (10:27 +0000)
committerroot <root>
Thu, 19 Jan 2006 10:27:27 +0000 (10:27 +0000)
src/ptytty.C

index 2c240984ea7da866986096c81214764b3e13cf3c..a583743c68ce3fb41284ab385a0d5c1d639842c7 100644 (file)
@@ -278,7 +278,7 @@ control_tty (int fd_tty)
 {
   setsid ();
 
-# if defined(PTYS_ARE_PTMX) && defined(I_PUSH)
+#if defined(PTYS_ARE_PTMX) && defined(I_PUSH)
   /*
    * Push STREAMS modules:
    *    ptem: pseudo-terminal hardware emulation module.
@@ -296,15 +296,15 @@ control_tty (int fd_tty)
    * close () - on the master side which causes a hang up to be sent
    * through - Geoff Wing
    */
-#  ifdef HAVE_ISASTREAM
+# ifdef HAVE_ISASTREAM
   if (isastream (fd_tty) == 1)
-#  endif
+# endif
     {
       ioctl (fd_tty, I_PUSH, "ptem");
       ioctl (fd_tty, I_PUSH, "ldterm");
       ioctl (fd_tty, I_PUSH, "ttcompat");
     }
-# endif
+#endif
 
   ioctl (fd_tty, TIOCSCTTY, NULL);