diff options
Diffstat (limited to 'sys/ddb/db_textdump.c')
-rw-r--r-- | sys/ddb/db_textdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_textdump.c b/sys/ddb/db_textdump.c index 8e78fbf2101e..a3d724c2631e 100644 --- a/sys/ddb/db_textdump.c +++ b/sys/ddb/db_textdump.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_textdump.c,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_config.h" |