diff options
Diffstat (limited to 'sbin/ddb/ddb.c')
-rw-r--r-- | sbin/ddb/ddb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ddb/ddb.c b/sbin/ddb/ddb.c index f5c5dd0264511..0a5d4b7f77065 100644 --- a/sbin/ddb/ddb.c +++ b/sbin/ddb/ddb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/ddb/ddb.c,v 1.2.2.4.6.1 2010/02/10 00:26:20 kensmith Exp $"); #include <err.h> #include <stdio.h> |