Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Nix trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/e6894ae22d2e
branches: trunk
changeset: 937927:e6894ae22d2e
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Aug 28 21:39:56 2020 +0000
description:
Nix trailing whitespace.
diffstat:
sys/kern/kern_proc.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r f262672486d0 -r e6894ae22d2e sys/kern/kern_proc.c
--- a/sys/kern/kern_proc.c Fri Aug 28 21:39:28 2020 +0000
+++ b/sys/kern/kern_proc.c Fri Aug 28 21:39:56 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_proc.c,v 1.257 2020/08/28 21:39:28 riastradh Exp $ */
+/* $NetBSD: kern_proc.c,v 1.258 2020/08/28 21:39:56 riastradh Exp $ */
/*-
* Copyright (c) 1999, 2006, 2007, 2008, 2020 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.257 2020/08/28 21:39:28 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_proc.c,v 1.258 2020/08/28 21:39:56 riastradh Exp $");
#ifdef _KERNEL_OPT
#include "opt_kstack.h"
@@ -1766,7 +1766,7 @@
/*
* Acquire a write lock on the process credential.
*/
-void
+void
proc_crmod_enter(void)
{
struct lwp *l = curlwp;
@@ -1999,7 +1999,7 @@
proc_active_lwp(struct proc *p)
{
static const int ostat[] = {
- 0,
+ 0,
2, /* LSIDL */
6, /* LSRUN */
5, /* LSSLEEP */
@@ -2186,7 +2186,7 @@
/*
* Grab a hold on the process.
*/
- if (mmmbrains) {
+ if (mmmbrains) {
zombie = true;
} else {
zombie = !rw_tryenter(&p->p_reflock, RW_READER);
Home |
Main Index |
Thread Index |
Old Index