summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-01-06 15:57:15 +0000
committerderaadt <deraadt@openbsd.org>1996-01-06 15:57:15 +0000
commit270b0bd323040c0b7f27360f52effda79f3f5bcb (patch)
tree2935c2804f7bf380aa6a21ccd9e4baed6767c3a7
parentone more inet_ntoa() improvement (diff)
downloadwireguard-openbsd-270b0bd323040c0b7f27360f52effda79f3f5bcb.tar.xz
wireguard-openbsd-270b0bd323040c0b7f27360f52effda79f3f5bcb.zip
the modern world defaults to 8n1
-rw-r--r--sys/sys/ttydefaults.h2
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)
/*