no erase2
authorMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Sat, 30 Jun 1990 05:17:40 +0000 (21:17 -0800)
committerMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Sat, 30 Jun 1990 05:17:40 +0000 (21:17 -0800)
SCCS-vsn: bin/stty/stty.c 5.16

usr/src/bin/stty/stty.c

index 7bfa50c..3de5290 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)stty.c     5.15 (Berkeley) %G%";
+static char sccsid[] = "@(#)stty.c     5.16 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -191,7 +191,6 @@ struct {
        u_char  def;
 } cchars[] = {
        {{ "erase", "era" },            VERASE, CERASE, },
        u_char  def;
 } cchars[] = {
        {{ "erase", "era" },            VERASE, CERASE, },
-       {{ "erase2", "era2" },          VERASE2, _POSIX_VDISABLE, },
        {{ "werase", "wera" },          VWERASE, CWERASE, },
        {{ "kill", "kill" },            VKILL,  CKILL, },
        {{ "intr", "int" },             VINTR,  CINTR, },
        {{ "werase", "wera" },          VWERASE, CWERASE, },
        {{ "kill", "kill" },            VKILL,  CKILL, },
        {{ "intr", "int" },             VINTR,  CINTR, },