Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 netbsd32_netbsd: Sort headers. No binary...



details:   https://anonhg.NetBSD.org/src/rev/29eae17f57bb
branches:  trunk
changeset: 378336:29eae17f57bb
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Jul 30 05:10:47 2023 +0000

description:
netbsd32_netbsd: Sort headers. No binary changes.

diffstat:

 sys/compat/netbsd32/netbsd32_netbsd.c |  45 +++++++++++++++++-----------------
 1 files changed, 22 insertions(+), 23 deletions(-)

diffs (84 lines):

diff -r 2977f2c8f3e6 -r 29eae17f57bb sys/compat/netbsd32/netbsd32_netbsd.c
--- a/sys/compat/netbsd32/netbsd32_netbsd.c     Sun Jul 30 04:39:00 2023 +0000
+++ b/sys/compat/netbsd32/netbsd32_netbsd.c     Sun Jul 30 05:10:47 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_netbsd.c,v 1.233 2021/09/20 01:07:45 thorpej Exp $    */
+/*     $NetBSD: netbsd32_netbsd.c,v 1.234 2023/07/30 05:10:47 rin Exp $        */
 
 /*
  * Copyright (c) 1998, 2001, 2008, 2018 Matthew R. Green
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.233 2021/09/20 01:07:45 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.234 2023/07/30 05:10:47 rin Exp $");
 
 /*
  * below are all the standard NetBSD system calls, in the 32bit
@@ -57,45 +57,44 @@
 #endif
 
 #include <sys/param.h>
-#include <sys/systm.h>
+#include <sys/acct.h>
+#include <sys/dirent.h>
+#include <sys/exec.h>
+#include <sys/file.h>
+#include <sys/filedesc.h>
 #include <sys/kernel.h>
-#include <sys/mount.h>
-#include <sys/socket.h>
-#include <sys/sockio.h>
-#include <sys/socketvar.h>
+#include <sys/ktrace.h>
 #include <sys/mbuf.h>
 #include <sys/mman.h>
+#include <sys/mount.h>
+#include <sys/namei.h>
+#include <sys/pool.h>
+#include <sys/proc.h>
+#include <sys/ptrace.h>
+#include <sys/quotactl.h>
+#include <sys/resourcevar.h>
+#include <sys/signalvar.h>
+#include <sys/socket.h>
+#include <sys/socketvar.h>
+#include <sys/sockio.h>
 #include <sys/stat.h>
 #include <sys/swap.h>
+#include <sys/syscallargs.h>
+#include <sys/systm.h>
 #include <sys/time.h>
-#include <sys/signalvar.h>
-#include <sys/ptrace.h>
-#include <sys/ktrace.h>
 #include <sys/trace.h>
-#include <sys/resourcevar.h>
-#include <sys/pool.h>
-#include <sys/file.h>
-#include <sys/filedesc.h>
-#include <sys/namei.h>
-#include <sys/dirent.h>
-#include <sys/quotactl.h>
 #include <sys/vfs_syscalls.h>
 
 #include <uvm/uvm_extern.h>
 #include <uvm/uvm_swap.h>
 
-#include <sys/syscallargs.h>
-#include <sys/proc.h>
-#include <sys/acct.h>
-#include <sys/exec.h>
-
 #include <net/if.h>
 
 #include <compat/netbsd32/netbsd32.h>
+#include <compat/netbsd32/netbsd32_conv.h>
 #include <compat/netbsd32/netbsd32_exec.h>
 #include <compat/netbsd32/netbsd32_syscall.h>
 #include <compat/netbsd32/netbsd32_syscallargs.h>
-#include <compat/netbsd32/netbsd32_conv.h>
 
 #include <compat/sys/mman.h>
 



Home | Main Index | Thread Index | Old Index