diff options
Diffstat (limited to 'lib/libc/string/rindex.c')
| -rw-r--r-- | lib/libc/string/rindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/rindex.c b/lib/libc/string/rindex.c index d0be32e4549b..d33047a126b1 100644 --- a/lib/libc/string/rindex.c +++ b/lib/libc/string/rindex.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rindex.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/rindex.c,v 1.5 2002/08/30 19:42:07 robert Exp $"); #include <stddef.h> |
