artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba43c3
)
proper english
author
deraadt
<deraadt@openbsd.org>
Wed, 26 Mar 1997 18:03:57 +0000
(18:03 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 26 Mar 1997 18:03:57 +0000
(18:03 +0000)
sys/kern/tty.c
patch
|
blob
|
history
diff --git
a/sys/kern/tty.c
b/sys/kern/tty.c
index
d3dfc82
..
7548fd6
100644
(file)
--- a/
sys/kern/tty.c
+++ b/
sys/kern/tty.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tty.c,v 1.2
6 1997/01/12 09:08:27 tholo Exp $
*/
+/* $OpenBSD: tty.c,v 1.2
7 1997/03/26 18:03:57 deraadt Exp $
*/
/* $NetBSD: tty.c,v 1.68.4.2 1996/06/06 16:04:52 thorpej Exp $ */
/*-
@@
-239,7
+239,7
@@
ttyinput(c, tp)
add_tty_randomness(tp->t_dev << 8 | c);
/*
- * If receiver is not enable, drop it.
+ * If receiver is not enable
d
, drop it.
*/
if (!ISSET(tp->t_cflag, CREAD))
return (0);