diff options
author | 1996-01-06 15:57:15 +0000 | |
---|---|---|
committer | 1996-01-06 15:57:15 +0000 | |
commit | 270b0bd323040c0b7f27360f52effda79f3f5bcb (patch) | |
tree | 2935c2804f7bf380aa6a21ccd9e4baed6767c3a7 | |
parent | one more inet_ntoa() improvement (diff) | |
download | wireguard-openbsd-270b0bd323040c0b7f27360f52effda79f3f5bcb.tar.xz wireguard-openbsd-270b0bd323040c0b7f27360f52effda79f3f5bcb.zip |
the modern world defaults to 8n1
-rw-r--r-- | sys/sys/ttydefaults.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/ttydefaults.h b/sys/sys/ttydefaults.h index 7c3d7c5034d..80e3806d522 100644 --- a/sys/sys/ttydefaults.h +++ b/sys/sys/ttydefaults.h @@ -52,7 +52,7 @@ #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY) #define TTYDEF_OFLAG (OPOST | ONLCR | OXTABS) #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL) -#define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL) +#define TTYDEF_CFLAG (CREAD | CS8 | HUPCL) #define TTYDEF_SPEED (B9600) /* |