Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/dc974a34bcb6
branches: trunk
changeset: 932254:dc974a34bcb6
user: skrll <skrll%NetBSD.org@localhost>
date: Sun May 03 08:36:09 2020 +0000
description:
Trailing whitespace
diffstat:
lib/libc/arch/hppa/sys/__vfork14.S | 8 ++++----
lib/libc/compat/arch/hppa/sys/compat_sigprocmask.S | 4 ++--
lib/libc/compat/arch/hppa/sys/compat_sigsuspend.S | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (65 lines):
diff -r d03e16c7c386 -r dc974a34bcb6 lib/libc/arch/hppa/sys/__vfork14.S
--- a/lib/libc/arch/hppa/sys/__vfork14.S Sun May 03 07:32:54 2020 +0000
+++ b/lib/libc/arch/hppa/sys/__vfork14.S Sun May 03 08:36:09 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __vfork14.S,v 1.6 2014/03/06 19:02:58 skrll Exp $ */
+/* $NetBSD: __vfork14.S,v 1.7 2020/05/03 08:36:09 skrll Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
ENTRY(__vfork14, 0)
/*
* NB: __vfork14 is a tricky syscall. We can't save
- * any values on the stack, because the stack will be
+ * any values on the stack, because the stack will be
* trashed by the child, leaving garbage for when the
* parent returns.
*
@@ -48,8 +48,8 @@
* because *our* caller is counting on us to do so.
*
* What we need is a normally caller-saved register,
- * that the kernel is willing to save for us. The
- * syscall entry code in locore.S has been modified
+ * that the kernel is willing to save for us. The
+ * syscall entry code in locore.S has been modified
* to do just this for the t4 register.
*/
.import __cerror, code
diff -r d03e16c7c386 -r dc974a34bcb6 lib/libc/compat/arch/hppa/sys/compat_sigprocmask.S
--- a/lib/libc/compat/arch/hppa/sys/compat_sigprocmask.S Sun May 03 07:32:54 2020 +0000
+++ b/lib/libc/compat/arch/hppa/sys/compat_sigprocmask.S Sun May 03 08:36:09 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_sigprocmask.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
+/* $NetBSD: compat_sigprocmask.S,v 1.3 2020/05/03 08:36:09 skrll Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
ENTRY(sigprocmask, 0)
/*
- * AFAICT, since the hppa port came after __sigprocmask14,
+ * AFAICT, since the hppa port came after __sigprocmask14,
* we shouldn't have to supply the compatability sigprocmask.
*/
ldi EINVAL, %t1
diff -r d03e16c7c386 -r dc974a34bcb6 lib/libc/compat/arch/hppa/sys/compat_sigsuspend.S
--- a/lib/libc/compat/arch/hppa/sys/compat_sigsuspend.S Sun May 03 07:32:54 2020 +0000
+++ b/lib/libc/compat/arch/hppa/sys/compat_sigsuspend.S Sun May 03 08:36:09 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_sigsuspend.S,v 1.2 2008/04/28 20:22:58 martin Exp $ */
+/* $NetBSD: compat_sigsuspend.S,v 1.3 2020/05/03 08:36:09 skrll Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
ENTRY(sigsuspend, 0)
/*
- * AFAICT, since the hppa port came after __sigsuspend14,
+ * AFAICT, since the hppa port came after __sigsuspend14,
* we shouldn't have to supply the compatability sigsuspend.
*/
ldi EINVAL, %t1
Home |
Main Index |
Thread Index |
Old Index