Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Move a comment line get it next to the line it descr...
details: https://anonhg.NetBSD.org/src/rev/fd8e7b028630
branches: trunk
changeset: 1000229:fd8e7b028630
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Jul 15 19:34:45 2019 +0000
description:
Move a comment line get it next to the line it describes, avoiding
intervening unrelated text.
NFCI
diffstat:
sys/sys/proc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r ba4c8216a98b -r fd8e7b028630 sys/sys/proc.h
--- a/sys/sys/proc.h Mon Jul 15 19:13:05 2019 +0000
+++ b/sys/sys/proc.h Mon Jul 15 19:34:45 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.354 2019/06/21 01:03:51 kamil Exp $ */
+/* $NetBSD: proc.h,v 1.355 2019/07/15 19:34:45 pgoyette Exp $ */
/*-
* Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -153,8 +153,8 @@
const uint32_t *e_nomodbits; /* sys_nosys/sys_nomodule flags
* for syscall_disestablish() */
const char * const *e_syscallnames; /* System call name array */
+ struct sc_autoload *e_sc_autoload; /* List of autoloadable syscalls */
/* Signal sending function */
- struct sc_autoload *e_sc_autoload; /* List of autoloadable syscalls */
void (*e_sendsig)(const struct ksiginfo *,
const sigset_t *);
void (*e_trapsignal)(struct lwp *, struct ksiginfo *);
Home |
Main Index |
Thread Index |
Old Index