aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/strcat.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/string/strcat.S')
-rw-r--r--lib/libc/amd64/string/strcat.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/amd64/string/strcat.S b/lib/libc/amd64/string/strcat.S
index b241ffce5256..2b3ee4994770 100644
--- a/lib/libc/amd64/string/strcat.S
+++ b/lib/libc/amd64/string/strcat.S
@@ -4,7 +4,7 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/amd64/string/strcat.S,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#if 0
RCSID("$NetBSD: strcat.S,v 1.4 2004/07/26 18:51:21 drochner Exp $")