Remove some unix specific things.
authorGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Wed, 28 Oct 1987 08:00:14 +0000 (00:00 -0800)
committerGregory Minshall <minshall@ucbvax.Berkeley.EDU>
Wed, 28 Oct 1987 08:00:14 +0000 (00:00 -0800)
SCCS-vsn: usr.bin/telnet/terminal.c 1.8

usr/src/usr.bin/telnet/terminal.c

index db2c8bd..fb32de7 100644 (file)
@@ -59,45 +59,6 @@ int drop;
 }
 
 \f
 }
 
 \f
-#if    defined(unix)
-/*
- * Various signal handling routines.
- */
-
-void
-deadpeer()
-{
-       setcommandmode();
-       longjmp(peerdied, -1);
-}
-
-void
-intr()
-{
-    if (localchars) {
-       intp();
-       return;
-    }
-    setcommandmode();
-    longjmp(toplevel, -1);
-}
-
-void
-intr2()
-{
-    if (localchars) {
-       sendbrk();
-       return;
-    }
-}
-
-void
-doescape()
-{
-    command(0);
-}
-#endif /* defined(unix) */
-\f
 /*
  * These routines decides on what the mode should be (based on the values
  * of various global variables).
 /*
  * These routines decides on what the mode should be (based on the values
  * of various global variables).