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 6caf0f8a21cb..45cdefecb11a 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.85.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |