diff options
Diffstat (limited to 'bin/ls/ls.c')
-rw-r--r-- | bin/ls/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c index d625f67cf7c3..cd0737d3500e 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ls/ls.c,v 1.86.2.4.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |