diff options
Diffstat (limited to 'usr.bin/lastcomm/lastcomm.c')
-rw-r--r-- | usr.bin/lastcomm/lastcomm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index 8c551231a4fc..72f338c4fe56 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)lastcomm.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lastcomm/lastcomm.c,v 1.27.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> |