diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 22:33:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-21 22:33:19 +0000 |
commit | 67d88b0a9910a68bb666b448d2dac29cb4d3d8c2 (patch) | |
tree | 967b89f6e07398a22bd8c76d30179b648776542d /sys/dev/cons.c | |
parent | ba95d3c1d69cdb251d15a12ebf70f50b0ea2019b (diff) |
partial sync with netbsd 960418, more to come
Diffstat (limited to 'sys/dev/cons.c')
-rw-r--r-- | sys/dev/cons.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/cons.c b/sys/dev/cons.c index d3f6c9ff18f..4cd2c5b558d 100644 --- a/sys/dev/cons.c +++ b/sys/dev/cons.c @@ -1,5 +1,5 @@ -/* $OpenBSD: cons.c,v 1.6 1996/04/18 04:05:39 mickey Exp $ */ -/* $NetBSD: cons.c,v 1.29 1996/02/04 02:04:08 christos Exp $ */ +/* $OpenBSD: cons.c,v 1.7 1996/04/21 22:19:48 deraadt Exp $ */ +/* $NetBSD: cons.c,v 1.30 1996/04/08 19:57:30 jonathan Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -158,7 +158,7 @@ cnstop(tp, flag) struct tty *tp; int flag; { - + return (0); } int |