diff options
Diffstat (limited to 'bin/ls/cmp.c')
-rw-r--r-- | bin/ls/cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index 37b4a750e31f7..48466ae531d05 100644 --- a/bin/ls/cmp.c +++ b/bin/ls/cmp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cmp.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ls/cmp.c,v 1.17 2005/06/03 11:05:58 dd Exp $"); #include <sys/types.h> |