Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/sys Define vector for compat_netbsd32 version ...



details:   https://anonhg.NetBSD.org/src/rev/819c26464e9e
branches:  pgoyette-compat
changeset: 830658:819c26464e9e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Sep 11 08:25:43 2018 +0000

description:
Define vector for compat_netbsd32 version of sys_modctl()

diffstat:

 sys/sys/module.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9b7479432f20 -r 819c26464e9e sys/sys/module.h
--- a/sys/sys/module.h  Tue Sep 11 07:01:10 2018 +0000
+++ b/sys/sys/module.h  Tue Sep 11 08:25:43 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: module.h,v 1.41.14.12 2018/09/10 22:50:52 pgoyette Exp $       */
+/*     $NetBSD: module.h,v 1.41.14.13 2018/09/11 08:25:43 pgoyette Exp $       */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -218,7 +218,8 @@
 extern char    module_base[MODULE_BASE_SIZE];
 extern const char      *module_machine;
 
-extern int (*vec_compat32_80_modctl)(struct lwp *,
+struct netbsd32_modctl_args;
+extern int (*vec_compat32_80_modctl)(struct lwp *, 
     const struct netbsd32_modctl_args *, register_t *);
 extern int compat32_80_modctl_compat_stub(struct lwp *,
     const struct netbsd32_modctl_args *, register_t *);



Home | Main Index | Thread Index | Old Index