diff options
Diffstat (limited to 'usr.bin/unexpand/unexpand.c')
-rw-r--r-- | usr.bin/unexpand/unexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index d59cd4ef8c7a1..71209258bbf5d 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/unexpand/unexpand.c,v 1.15 2006/10/13 16:22:25 ru Exp $"); #ifndef lint static const char copyright[] = |