Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 Whitespace nits.
details: https://anonhg.NetBSD.org/src/rev/83fa56da8a81
branches: trunk
changeset: 958774:83fa56da8a81
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Jan 19 02:40:07 2021 +0000
description:
Whitespace nits.
diffstat:
sys/compat/netbsd32/netbsd32_exec.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 84e839dad9de -r 83fa56da8a81 sys/compat/netbsd32/netbsd32_exec.h
--- a/sys/compat/netbsd32/netbsd32_exec.h Tue Jan 19 01:47:58 2021 +0000
+++ b/sys/compat/netbsd32/netbsd32_exec.h Tue Jan 19 02:40:07 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_exec.h,v 1.35 2021/01/18 23:14:22 simonb Exp $ */
+/* $NetBSD: netbsd32_exec.h,v 1.36 2021/01/19 02:40:07 simonb Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -70,9 +70,9 @@
static __inline int netbsd32_copyargs(struct lwp *, struct exec_package *,
struct ps_strings *, char **, void *);
-void netbsd32_setregs (struct lwp *, struct exec_package *, vaddr_t stack);
-int netbsd32_sigreturn (struct proc *, void *, register_t *);
-void netbsd32_sendsig (const ksiginfo_t *, const sigset_t *);
+void netbsd32_setregs(struct lwp *, struct exec_package *, vaddr_t stack);
+int netbsd32_sigreturn(struct proc *, void *, register_t *);
+void netbsd32_sendsig(const ksiginfo_t *, const sigset_t *);
extern char netbsd32_esigcode[], netbsd32_sigcode[];
Home |
Main Index |
Thread Index |
Old Index