Module Name:    src
Committed By:   pgoyette
Date:           Thu Jan 23 16:34:12 UTC 2020

Modified Files:
        src/lib/libc/arch/vax/string: index.S

Log Message:
Fix name of keyword so it will worwk correctly.  :)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/vax/string/index.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/arch/vax/string/index.S
diff -u src/lib/libc/arch/vax/string/index.S:1.4 src/lib/libc/arch/vax/string/index.S:1.5
--- src/lib/libc/arch/vax/string/index.S:1.4	Tue Jan 25 02:38:15 2011
+++ src/lib/libc/arch/vax/string/index.S	Thu Jan 23 16:34:12 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: index.S,v 1.4 2011/01/25 02:38:15 matt Exp $	*/
+/*	$NetBSD: index.S,v 1.5 2020/01/23 16:34:12 pgoyette Exp $	*/
 /*
  * Copyright (c) 1980, 1993
  *	The Regents of the University of California.  All rights reserved.
@@ -39,7 +39,7 @@
 #include "DEFS.h"
 
 #ifdef LIBC_SCCS
-RCSID("$NetSBD$")
+RCSID("$NetBSD: index.S,v 1.5 2020/01/23 16:34:12 pgoyette Exp $")
 #endif
 
 /* Alas not quite twice as fast as the generic C version on a uvax2 */

Reply via email to