Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/stand/altboot Make this compile with -DDE...



details:   https://anonhg.NetBSD.org/src/rev/b4438e4c3649
branches:  trunk
changeset: 953886:b4438e4c3649
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Mar 23 07:21:40 2021 +0000

description:
Make this compile with -DDEBUG.

diffstat:

 sys/arch/sandpoint/stand/altboot/main.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r a8a5afdaad00 -r b4438e4c3649 sys/arch/sandpoint/stand/altboot/main.c
--- a/sys/arch/sandpoint/stand/altboot/main.c   Tue Mar 23 07:21:15 2021 +0000
+++ b/sys/arch/sandpoint/stand/altboot/main.c   Tue Mar 23 07:21:40 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.32 2021/03/23 07:21:15 rin Exp $ */
+/* $NetBSD: main.c,v 1.33 2021/03/23 07:21:40 rin Exp $ */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -40,6 +40,10 @@
 
 #include "globals.h"
 
+#ifdef DEBUG
+int debug = 1;
+#endif
+
 static const struct bootarg {
        const char *name;
        int value;



Home | Main Index | Thread Index | Old Index