diff options
Diffstat (limited to 'usr.bin/find/misc.c')
-rw-r--r-- | usr.bin/find/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 15329064cf444..79456142b11e4 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/misc.c,v 1.8.24.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |