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/8eb9bfb8211c
branches:  trunk
changeset: 341959:8eb9bfb8211c
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 143952854861 -r 8eb9bfb8211c 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