Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 Missing field (was here before my change).



details:   https://anonhg.NetBSD.org/src/rev/1f87004671f1
branches:  trunk
changeset: 342376:1f87004671f1
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Dec 19 13:15:21 2015 +0000

description:
Missing field (was here before my change).

diffstat:

 sys/compat/netbsd32/netbsd32_module.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 3952ada66a0e -r 1f87004671f1 sys/compat/netbsd32/netbsd32_module.c
--- a/sys/compat/netbsd32/netbsd32_module.c     Sat Dec 19 12:34:06 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_module.c     Sat Dec 19 13:15:21 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_module.c,v 1.3 2015/12/12 15:27:42 maxv Exp $ */
+/*     $NetBSD: netbsd32_module.c,v 1.4 2015/12/19 13:15:21 maxv Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_module.c,v 1.3 2015/12/12 15:27:42 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_module.c,v 1.4 2015/12/19 13:15:21 maxv Exp $");
 
 #include <sys/param.h>
 #include <sys/dirent.h>
@@ -76,6 +76,7 @@
                ms->ms_class = mi->mi_class;
                ms->ms_refcnt = mod->mod_refcnt;
                ms->ms_source = mod->mod_source;
+               ms->ms_flags = mod->mod_flags;
                ms++;
        }
        TAILQ_FOREACH(mod, &module_builtins, mod_chain) {



Home | Main Index | Thread Index | Old Index