diff options
Diffstat (limited to 'bin/dd/misc.c')
-rw-r--r-- | bin/dd/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 4f538bc4bfbda..5aa5dfc336f17 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/dd/misc.c,v 1.27.32.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> |