Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 redo the previous -- compat/sys/siginfo....



details:   https://anonhg.NetBSD.org/src/rev/c66f4708e196
branches:  trunk
changeset: 831792:c66f4708e196
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Apr 14 04:04:39 2018 +0000

description:
redo the previous -- compat/sys/siginfo.h is already included
later, as is another header.  move them up near the top.

diffstat:

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

diffs (26 lines):

diff -r d84752bbaddc -r c66f4708e196 sys/compat/netbsd32/netbsd32.h
--- a/sys/compat/netbsd32/netbsd32.h    Sat Apr 14 01:53:38 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32.h    Sat Apr 14 04:04:39 2018 +0000
@@ -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 @@
 /*
  * 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 *);



Home | Main Index | Thread Index | Old Index