diff options
Diffstat (limited to 'usr.bin/mkstr/mkstr.c')
-rw-r--r-- | usr.bin/mkstr/mkstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index ce61c9d7ff9b7..e7957ce8fa8ef 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mkstr/mkstr.c,v 1.11 2004/03/14 05:51:20 bde Exp $"); #include <err.h> #include <errno.h> |