diff options
Diffstat (limited to 'usr.bin/find/find.c')
-rw-r--r-- | usr.bin/find/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index 159ae2af97af4..11c0f21fa9206 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/find/find.c,v 1.7.6.1 2000/06/23 18:38:46 roberto Exp $"; #endif #endif /* not lint */ |