aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips/string/rindex.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/mips/string/rindex.S')
-rw-r--r--lib/libc/mips/string/rindex.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/mips/string/rindex.S b/lib/libc/mips/string/rindex.S
index e50379e673a4..faa0984d3dd1 100644
--- a/lib/libc/mips/string/rindex.S
+++ b/lib/libc/mips/string/rindex.S
@@ -33,7 +33,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/mips/string/rindex.S,v 1.3.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $");
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)rindex.s 8.1 (Berkeley) 6/4/93")