NCC -> NCCS
authorMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Thu, 21 Jun 1990 09:51:59 +0000 (01:51 -0800)
committerMarc Teitelbaum <marc@ucbvax.Berkeley.EDU>
Thu, 21 Jun 1990 09:51:59 +0000 (01:51 -0800)
SCCS-vsn: sys/sys/ttydefaults.h 7.5

usr/src/sys/sys/ttydefaults.h

index ce7ce74..f358401 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ttydefaults.h       7.4 (Berkeley) %G%
+ *     @(#)ttydefaults.h       7.5 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -54,7 +54,7 @@
  * #define TTYDEFCHARS to include an array of default control characters.
  */
 #ifdef TTYDEFCHARS
  * #define TTYDEFCHARS to include an array of default control characters.
  */
 #ifdef TTYDEFCHARS
-cc_t   ttydefchars[NCC] = {
+cc_t   ttydefchars[NCCS] = {
        CEOF,   CEOL,   CEOL,   CERASE, CWERASE, CKILL, CREPRINT, 
        _POSIX_VDISABLE, CINTR, CQUIT,  CSUSP,  CDSUSP, CSTART, CSTOP,  CLNEXT,
        CDISCARD, CMIN, CTIME,  CSTATUS, _POSIX_VDISABLE
        CEOF,   CEOL,   CEOL,   CERASE, CWERASE, CKILL, CREPRINT, 
        _POSIX_VDISABLE, CINTR, CQUIT,  CSUSP,  CDSUSP, CSTART, CSTOP,  CLNEXT,
        CDISCARD, CMIN, CTIME,  CSTATUS, _POSIX_VDISABLE