diff options
Diffstat (limited to 'usr.bin/tset/set.c')
-rw-r--r-- | usr.bin/tset/set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c index 85965b38b991..d090e1a445c0 100644 --- a/usr.bin/tset/set.c +++ b/usr.bin/tset/set.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tset/set.c,v 1.10 2002/03/22 01:42:37 imp Exp $"); #ifndef lint static const char sccsid[] = "@(#)set.c 8.2 (Berkeley) 2/28/94"; |