Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 Include the right stuff so compat_netbsd...
details: https://anonhg.NetBSD.org/src/rev/2cc14ac934d7
branches: trunk
changeset: 962104:2cc14ac934d7
user: christos <christos%NetBSD.org@localhost>
date: Thu Jun 27 02:36:27 2019 +0000
description:
Include the right stuff so compat_netbsd32_50 compiles.
diffstat:
sys/compat/netbsd32/netbsd32_compat_50.c | 5 +++--
sys/compat/netbsd32/netbsd32_rndpseudo_50.c | 6 ++++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (49 lines):
diff -r 10c6d4cdd88c -r 2cc14ac934d7 sys/compat/netbsd32/netbsd32_compat_50.c
--- a/sys/compat/netbsd32/netbsd32_compat_50.c Thu Jun 27 02:00:30 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_compat_50.c Thu Jun 27 02:36:27 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_compat_50.c,v 1.38 2019/06/18 22:34:25 kamil Exp $ */
+/* $NetBSD: netbsd32_compat_50.c,v 1.39 2019/06/27 02:36:27 christos Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -36,10 +36,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_50.c,v 1.38 2019/06/18 22:34:25 kamil Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_50.c,v 1.39 2019/06/27 02:36:27 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
+#include "opt_compat_netbsd32.h"
#include "opt_ntp.h"
#include "opt_quota.h"
#endif
diff -r 10c6d4cdd88c -r 2cc14ac934d7 sys/compat/netbsd32/netbsd32_rndpseudo_50.c
--- a/sys/compat/netbsd32/netbsd32_rndpseudo_50.c Thu Jun 27 02:00:30 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_rndpseudo_50.c Thu Jun 27 02:36:27 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_rndpseudo_50.c,v 1.2 2019/01/27 02:08:40 pgoyette Exp $ */
+/* $NetBSD: netbsd32_rndpseudo_50.c,v 1.3 2019/06/27 02:36:27 christos Exp $ */
/*-
* Copyright (c) 1997-2011 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_rndpseudo_50.c,v 1.2 2019/01/27 02:08:40 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_rndpseudo_50.c,v 1.3 2019/06/27 02:36:27 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
@@ -41,6 +41,8 @@
#include <sys/file.h>
#include <sys/rnd.h>
+
+#include <compat/netbsd32/netbsd32.h>
#include <compat/sys/rnd.h>
/*
Home |
Main Index |
Thread Index |
Old Index