Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/m68k/string Fix spelling of contributors name
details: https://anonhg.NetBSD.org/src/rev/695df8b2f7f0
branches: trunk
changeset: 477667:695df8b2f7f0
user: is <is%NetBSD.org@localhost>
date: Wed Oct 27 09:10:27 1999 +0000
description:
Fix spelling of contributors name
diffstat:
lib/libc/arch/m68k/string/strcmp.S | 6 +++---
lib/libc/arch/m68k/string/strncmp.S | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (52 lines):
diff -r 820989d4ba02 -r 695df8b2f7f0 lib/libc/arch/m68k/string/strcmp.S
--- a/lib/libc/arch/m68k/string/strcmp.S Wed Oct 27 04:32:35 1999 +0000
+++ b/lib/libc/arch/m68k/string/strcmp.S Wed Oct 27 09:10:27 1999 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: strcmp.S,v 1.13 1999/10/25 23:48:15 thorpej Exp $ */
+/* $NetBSD: strcmp.S,v 1.14 1999/10/27 09:10:27 is Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Hiroshi Horitomo <horimoto%cs-aoi.cs.sist.ac.jp@localhost> and
+ * by Hiroshi Horimoto <horimoto%cs-aoi.cs.sist.ac.jp@localhost> and
* by J.T. Conklin <jtc%netbsd.org@localhost>.
*
* Redistribution and use in source and binary forms, with or without
@@ -40,7 +40,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS) && !defined(lint)
- RCSID("$NetBSD: strcmp.S,v 1.13 1999/10/25 23:48:15 thorpej Exp $")
+ RCSID("$NetBSD: strcmp.S,v 1.14 1999/10/27 09:10:27 is Exp $")
#endif /* LIBC_SCCS and not lint */
ENTRY(strcmp)
diff -r 820989d4ba02 -r 695df8b2f7f0 lib/libc/arch/m68k/string/strncmp.S
--- a/lib/libc/arch/m68k/string/strncmp.S Wed Oct 27 04:32:35 1999 +0000
+++ b/lib/libc/arch/m68k/string/strncmp.S Wed Oct 27 09:10:27 1999 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: strncmp.S,v 1.12 1999/10/25 23:48:16 thorpej Exp $ */
+/* $NetBSD: strncmp.S,v 1.13 1999/10/27 09:10:27 is Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Hiroshi Horitomo <horimoto%cs-aoi.cs.sist.ac.jp@localhost> and
+ * by Hiroshi Horimoto <horimoto%cs-aoi.cs.sist.ac.jp@localhost> and
* by J.T. Conklin <jtc%netbsd.org@localhost>.
*
* Redistribution and use in source and binary forms, with or without
@@ -40,7 +40,7 @@
#include <machine/asm.h>
#if defined(LIBC_SCCS) && !defined(lint)
- RCSID("$NetBSD: strncmp.S,v 1.12 1999/10/25 23:48:16 thorpej Exp $")
+ RCSID("$NetBSD: strncmp.S,v 1.13 1999/10/27 09:10:27 is Exp $")
#endif /* LIBC_SCCS and not lint */
ENTRY(strncmp)
Home |
Main Index |
Thread Index |
Old Index