Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/vax/string Fix name of keyword so it will worw...
details: https://anonhg.NetBSD.org/src/rev/05b2cf7df1cc
branches: trunk
changeset: 848286:05b2cf7df1cc
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Jan 23 16:34:12 2020 +0000
description:
Fix name of keyword so it will worwk correctly. :)
diffstat:
lib/libc/arch/vax/string/index.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c13d654abf7e -r 05b2cf7df1cc lib/libc/arch/vax/string/index.S
--- a/lib/libc/arch/vax/string/index.S Thu Jan 23 12:55:09 2020 +0000
+++ b/lib/libc/arch/vax/string/index.S Thu Jan 23 16:34:12 2020 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index