diff options
Diffstat (limited to 'sys/kern/tty_inq.c')
-rw-r--r-- | sys/kern/tty_inq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty_inq.c b/sys/kern/tty_inq.c index c618a0ad1a5d..a741273cf631 100644 --- a/sys/kern/tty_inq.c +++ b/sys/kern/tty_inq.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/tty_inq.c,v 1.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> |