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..5bcbfccc099c 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.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_config.h" |