diff options
Diffstat (limited to 'usr.bin/tset/term.c')
-rw-r--r-- | usr.bin/tset/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tset/term.c b/usr.bin/tset/term.c index 54a349e05f2b0..446a675d5897c 100644 --- a/usr.bin/tset/term.c +++ b/usr.bin/tset/term.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tset/term.c,v 1.6.30.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)term.c 8.1 (Berkeley) 6/9/93"; |