diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-10-16 14:15:10 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-10-16 14:15:10 +0000 |
commit | 7fa344f13023c7ece6f54f827cd38667bb135af1 (patch) | |
tree | 065f0a8ecfdaef2243b70a4973858de9a0e2d29a /sys/kern/tty_cons.c | |
parent | 3e9257e32495f9bd04a3271af5efad1c67c3f415 (diff) | |
download | FreeBSD-src-7fa344f13023c7ece6f54f827cd38667bb135af1.zip FreeBSD-src-7fa344f13023c7ece6f54f827cd38667bb135af1.tar.gz |
Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some
minor cleanup. Added $Id$ to files that did not have any version info, etc
Diffstat (limited to 'sys/kern/tty_cons.c')
-rw-r--r-- | sys/kern/tty_cons.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c index a0e92f1..eae9ffc 100644 --- a/sys/kern/tty_cons.c +++ b/sys/kern/tty_cons.c @@ -35,15 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)cons.c 7.2 (Berkeley) 5/9/91 - * - * PATCHES MAGIC LEVEL PATCH THAT GOT US HERE - * -------------------- ----- ---------------------- - * CURRENT PATCH LEVEL: 1 00083 - * -------------------- ----- ---------------------- - * - * 16 Aug 92 Pace Willisson /dev/console redirect (xterm -C, etc.) - * 14 Mar 93 Chris G. Demetriou Moved pg() here from isa/pccons.c + * from: @(#)cons.c 7.2 (Berkeley) 5/9/91 + * $Id$ */ |