Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 sort -u opt_ to remove dup.



details:   https://anonhg.NetBSD.org/src/rev/c6039796045e
branches:  trunk
changeset: 452112:c6039796045e
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jun 18 16:46:03 2019 +0000

description:
sort -u opt_ to remove dup.

diffstat:

 sys/compat/netbsd32/netbsd32_netbsd.c |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 472cb47fa7a5 -r c6039796045e sys/compat/netbsd32/netbsd32_netbsd.c
--- a/sys/compat/netbsd32/netbsd32_netbsd.c     Tue Jun 18 16:24:32 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32_netbsd.c     Tue Jun 18 16:46:03 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_netbsd.c,v 1.225 2019/06/18 16:22:54 christos Exp $   */
+/*     $NetBSD: netbsd32_netbsd.c,v 1.226 2019/06/18 16:46:03 christos 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.225 2019/06/18 16:22:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.226 2019/06/18 16:46:03 christos Exp $");
 
 /*
  * below are all the standard NetBSD system calls, in the 32bit
@@ -46,15 +46,14 @@
  */
 
 #if defined(_KERNEL_OPT)
+#include "opt_compat_43.h"
+#include "opt_compat_netbsd.h"
 #include "opt_ddb.h"
-#include "opt_ntp.h"
 #include "opt_ktrace.h"
-#include "opt_compat_netbsd.h"
-#include "opt_compat_43.h"
-#include "opt_sysv.h"
+#include "opt_ntp.h"
 #include "opt_quota.h"
 #include "opt_syscall_debug.h"
-#include "opt_quota.h"
+#include "opt_sysv.h"
 #endif
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index