Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/mac68k Sort opt_*.h. No binary changes.



details:   https://anonhg.NetBSD.org/src/rev/d5a5aaa782c0
branches:  trunk
changeset: 959829:d5a5aaa782c0
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Feb 26 10:47:24 2021 +0000

description:
Sort opt_*.h. No binary changes.

diffstat:

 sys/arch/mac68k/mac68k/machdep.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r c5299eaccd37 -r d5a5aaa782c0 sys/arch/mac68k/mac68k/machdep.c
--- a/sys/arch/mac68k/mac68k/machdep.c  Fri Feb 26 10:44:31 2021 +0000
+++ b/sys/arch/mac68k/mac68k/machdep.c  Fri Feb 26 10:47:24 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.358 2020/06/11 19:20:44 ad Exp $ */
+/*     $NetBSD: machdep.c,v 1.359 2021/02/26 10:47:24 rin Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -74,15 +74,16 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.358 2020/06/11 19:20:44 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.359 2021/02/26 10:47:24 rin Exp $");
 
 #include "opt_adb.h"
+#include "opt_compat_netbsd.h"
 #include "opt_copy_symtab.h"
 #include "opt_ddb.h"
 #include "opt_ddbparam.h"
 #include "opt_kgdb.h"
 #include "opt_modular.h"
-#include "opt_compat_netbsd.h"
+
 #include "akbd.h"
 #include "genfb.h"
 #include "macfb.h"



Home | Main Index | Thread Index | Old Index