diff options
Diffstat (limited to 'usr.bin/vgrind/regexp.c')
-rw-r--r-- | usr.bin/vgrind/regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vgrind/regexp.c b/usr.bin/vgrind/regexp.c index 199f3c6c119d7..2e5a99f1a763f 100644 --- a/usr.bin/vgrind/regexp.c +++ b/usr.bin/vgrind/regexp.c @@ -34,7 +34,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/vgrind/regexp.c,v 1.7.30.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = |