summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/strcmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/string/strcmp.S')
-rw-r--r--lib/libc/amd64/string/strcmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/string/strcmp.S b/lib/libc/amd64/string/strcmp.S
index 81f54cbc9874a..12ecdb3710cf4 100644
--- a/lib/libc/amd64/string/strcmp.S
+++ b/lib/libc/amd64/string/strcmp.S
@@ -4,7 +4,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/amd64/string/strcmp.S,v 1.1.10.1.8.1 2010/12/21 17:10:29 kensmith Exp $");
#if 0
RCSID("$NetBSD: strcmp.S,v 1.3 2004/07/19 20:04:41 drochner Exp $")