diff options
Diffstat (limited to 'bin/ls/print.c')
-rw-r--r-- | bin/ls/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c index 53881d6281ca..e22138ff3a19 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ls/print.c,v 1.19.2.6 2002/07/08 06:59:27 tjr Exp $"); #include <sys/param.h> #include <sys/stat.h> |