diff options
Diffstat (limited to 'usr.bin/fstat/fstat.c')
-rw-r--r-- | usr.bin/fstat/fstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 26c9ad4984c90..c5e49a260ed04 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fstat/fstat.c,v 1.64 2007/03/09 16:21:40 emaste Exp $"); #include <sys/param.h> #include <sys/time.h> |