Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/crash/arch reorder



details:   https://anonhg.NetBSD.org/src/rev/2657ad93a22d
branches:  trunk
changeset: 363809:2657ad93a22d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 12 15:55:26 2018 +0000

description:
reorder

diffstat:

 usr.sbin/crash/arch/x86.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 5f942d482ea3 -r 2657ad93a22d usr.sbin/crash/arch/x86.c
--- a/usr.sbin/crash/arch/x86.c Sun Aug 12 15:39:22 2018 +0000
+++ b/usr.sbin/crash/arch/x86.c Sun Aug 12 15:55:26 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: x86.c,v 1.2 2018/08/12 15:05:13 christos Exp $ */
+/*     $NetBSD: x86.c,v 1.3 2018/08/12 15:55:26 christos Exp $ */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: x86.c,v 1.2 2018/08/12 15:05:13 christos Exp $");
+__RCSID("$NetBSD: x86.c,v 1.3 2018/08/12 15:55:26 christos Exp $");
 #endif /* not lint */
 
 #include <ddb/ddb.h>
@@ -50,8 +50,8 @@
 vaddr_t vm_min_kernel_address = VM_MIN_KERNEL_ADDRESS_DEFAULT;
 
 static struct nlist nl[] = {
+       { .n_name = "_dumppcb" },
        { .n_name = "vm_min_kernel_address" },
-       { .n_name = "_dumppcb" },
        { .n_name = NULL },
 };
 



Home | Main Index | Thread Index | Old Index