summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/string/index.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arch/vax/string/index.S')
-rw-r--r--lib/libc/arch/vax/string/index.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/arch/vax/string/index.S b/lib/libc/arch/vax/string/index.S
index 07842c5b3d1..378f23d3512 100644
--- a/lib/libc/arch/vax/string/index.S
+++ b/lib/libc/arch/vax/string/index.S
@@ -1,4 +1,3 @@
-/* $NetBSD: index.S,v 1.1 1996/05/19 15:57:43 ragge Exp $ */
/*
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,6 +31,11 @@
* SUCH DAMAGE.
*/
+#if defined(LIBC_SCCS)
+ .text
+ .asciz "$OpenBSD: index.S,v 1.2 1996/08/19 08:18:49 tholo Exp $"
+#endif /* LIBC_SCCS */
+
/*
* Find the first occurence of c in the string cp.
* Return pointer to match or null pointer.