Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Finish the rename from sc_auto --> sc_autoload
details: https://anonhg.NetBSD.org/src/rev/c6b1fbd629af
branches: trunk
changeset: 812101:c6b1fbd629af
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Dec 01 01:19:02 2015 +0000
description:
Finish the rename from sc_auto --> sc_autoload
(Thanks, brad harder)
diffstat:
sys/sys/proc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5a629ee95ae0 -r c6b1fbd629af sys/sys/proc.h
--- a/sys/sys/proc.h Tue Dec 01 00:58:29 2015 +0000
+++ b/sys/sys/proc.h Tue Dec 01 01:19:02 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.326 2015/11/30 23:17:40 pgoyette Exp $ */
+/* $NetBSD: proc.h,v 1.327 2015/12/01 01:19:02 pgoyette Exp $ */
/*-
* Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -151,7 +151,7 @@
struct sysent *e_sysent; /* System call array */
const char * const *e_syscallnames; /* System call name array */
/* Signal sending function */
- struct sc_auto *e_sc_autoload; /* List of autoloadable syscalls */
+ 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