From: mickey Date: Sat, 30 Mar 1996 02:03:43 +0000 (+0000) Subject: Add $OpenBSD$, fix comments. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5662fab527ddc5c2d06ec7a86dd982c750254eeb;p=openbsd Add $OpenBSD$, fix comments. --- diff --git a/sys/dev/cninit.c b/sys/dev/cninit.c index 9b24717dd65..e9f2f1e9f8a 100644 --- 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 b6427e1237c..cd669e850da 100644 --- 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. */