Remove confusing and incorrect comment inherited from patchkit days.

This commit is contained in:
David Greenman 1994-01-26 20:42:18 +00:00
parent db5e13d8a0
commit 1ef486634f
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
* $Id: cons.c,v 1.9 1994/01/23 17:50:11 davidg Exp $
* $Id: cons.c,v 1.10 1994/01/23 19:17:17 davidg Exp $
*/
@ -166,7 +166,7 @@ cnwrite(dev, uio, flag)
{
if (cn_tab == NULL)
return (0);
if (constty) /* 16 Aug 92*/
if (constty)
dev = constty->t_dev;
else
dev = cn_tab->cn_dev;

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)cons.c 7.2 (Berkeley) 5/9/91
* $Id: cons.c,v 1.9 1994/01/23 17:50:11 davidg Exp $
* $Id: cons.c,v 1.10 1994/01/23 19:17:17 davidg Exp $
*/
@ -166,7 +166,7 @@ cnwrite(dev, uio, flag)
{
if (cn_tab == NULL)
return (0);
if (constty) /* 16 Aug 92*/
if (constty)
dev = constty->t_dev;
else
dev = cn_tab->cn_dev;