diff options
Diffstat (limited to 'usr.bin/logname/logname.c')
| -rw-r--r-- | usr.bin/logname/logname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index 05faf7612416..474bc75bd590 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -41,7 +41,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/logname/logname.c,v 1.7 2002/09/04 23:29:03 dwmalone Exp $"); #include <err.h> #include <errno.h> |
