artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4877a5b
)
Add $OpenBSD$, fix comments.
author
mickey
<mickey@openbsd.org>
Sat, 30 Mar 1996 02:03:43 +0000
(
02:03
+0000)
committer
mickey
<mickey@openbsd.org>
Sat, 30 Mar 1996 02:03:43 +0000
(
02:03
+0000)
sys/dev/cninit.c
patch
|
blob
|
history
sys/dev/cons.c
patch
|
blob
|
history
diff --git
a/sys/dev/cninit.c
b/sys/dev/cninit.c
index
9b24717
..
e9f2f1e
100644
(file)
--- a/
sys/dev/cninit.c
+++ b/
sys/dev/cninit.c
@@
-1,3
+1,4
@@
+/* $OpenBSD: cninit.c,v 1.2 1996/03/30 02:03:45 mickey Exp $ */
/* $NetBSD: cninit.c,v 1.2 1995/04/11 22:08:10 pk Exp $ */
/*
diff --git
a/sys/dev/cons.c
b/sys/dev/cons.c
index
b6427e1
..
cd669e8
100644
(file)
--- a/
sys/dev/cons.c
+++ b/
sys/dev/cons.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cons.c,v 1.
4 1996/03/02 00:29:23 niklas
Exp $ */
+/* $OpenBSD: cons.c,v 1.
5 1996/03/30 02:03:43 mickey
Exp $ */
/* $NetBSD: cons.c,v 1.29 1996/02/04 02:04:08 christos Exp $ */
/*
@@
-207,7
+207,7
@@
cnselect(dev, rw, p)
{
/*
- * Redirect the
ioctl
, if that's appropriate.
+ * Redirect the
select
, if that's appropriate.
* I don't want to think of the possible side effects
* of console redirection here.
*/