Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/kern/tty.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/tty.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.125.2.4 retrieving revision 1.125.2.5 diff -u -p -r1.125.2.4 -r1.125.2.5 --- src/sys/kern/tty.c 2001/08/22 18:36:47 1.125.2.4 +++ src/sys/kern/tty.c 2001/11/14 19:16:44 1.125.2.5 @@ -1,4 +1,4 @@ -/* $NetBSD: tty.c,v 1.125.2.4 2001/08/22 18:36:47 nathanw Exp $ */ +/* $NetBSD: tty.c,v 1.125.2.5 2001/11/14 19:16:44 nathanw Exp $ */ /*- * Copyright (c) 1982, 1986, 1990, 1991, 1993 @@ -40,6 +40,9 @@ * @(#)tty.c 8.13 (Berkeley) 1/9/95 */ +#include +__KERNEL_RCSID(0, "$NetBSD: tty.c,v 1.125.2.5 2001/11/14 19:16:44 nathanw Exp $"); + #include "opt_uconsole.h" #include