Module Name: src
Committed By: mrg
Date: Sat Apr 14 04:04:39 UTC 2018
Modified Files:
src/sys/compat/netbsd32: netbsd32.h
Log Message:
redo the previous -- compat/sys/siginfo.h is already included
later, as is another header. move them up near the top.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/compat/netbsd32/netbsd32.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/netbsd32/netbsd32.h
diff -u src/sys/compat/netbsd32/netbsd32.h:1.116 src/sys/compat/netbsd32/netbsd32.h:1.117
--- src/sys/compat/netbsd32/netbsd32.h:1.116 Mon Dec 18 00:33:32 2017
+++ src/sys/compat/netbsd32/netbsd32.h Sat Apr 14 04:04:39 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32.h,v 1.116 2017/12/18 00:33:32 mrg Exp $ */
+/* $NetBSD: netbsd32.h,v 1.117 2018/04/14 04:04:39 mrg Exp $ */
/*
* Copyright (c) 1998, 2001, 2008, 2015 Matthew R. Green
@@ -50,6 +50,7 @@
#include <compat/sys/mount.h>
#include <compat/sys/signal.h>
#include <compat/sys/siginfo.h>
+#include <compat/common/compat_util.h>
#include <nfs/rpcv2.h>
@@ -1122,8 +1123,6 @@ int coredump_netbsd32(struct lwp *, stru
/*
* random other stuff
*/
-#include <compat/common/compat_util.h>
-#include <compat/sys/siginfo.h>
vaddr_t netbsd32_vm_default_addr(struct proc *, vaddr_t, vsize_t, int);
void netbsd32_adjust_limits(struct proc *);