Replace sleep calls for 'wake up'.
[unix-history] / usr / src / usr.bin / tip / aculib / dn11.c
index 07616f8..091ff51 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)dn11.c     4.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)dn11.c     4.14 (Berkeley) %G%";
 #endif
 
 #endif
 
-#if DN11
 /*
  * Routines for dialing up on DN-11
  */
 /*
  * Routines for dialing up on DN-11
  */
@@ -107,4 +106,3 @@ dn_abort()
                ioctl(FD, TIOCCDTR, 0);
        close(FD);
 }
                ioctl(FD, TIOCCDTR, 0);
        close(FD);
 }
-#endif