Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/lib Remove debug define.



details:   https://anonhg.NetBSD.org/src/rev/191f0e8d7de9
branches:  trunk
changeset: 845066:191f0e8d7de9
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Sep 15 23:55:26 2019 +0000

description:
Remove debug define.

It remained there unseen because it was misspelled!

diffstat:

 sys/arch/i386/stand/lib/exec_multiboot2.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (10 lines):

diff -r ae5891f79011 -r 191f0e8d7de9 sys/arch/i386/stand/lib/exec_multiboot2.c
--- a/sys/arch/i386/stand/lib/exec_multiboot2.c Sun Sep 15 23:55:22 2019 +0000
+++ b/sys/arch/i386/stand/lib/exec_multiboot2.c Sun Sep 15 23:55:26 2019 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: exec_multiboot2.c,v 1.1 2019/09/13 02:19:46 manu Exp $ */
-#define MULTIBBOT2_DEBUG
+/* $NetBSD: exec_multiboot2.c,v 1.2 2019/09/15 23:55:26 manu Exp $ */
 
 /*
  * Copyright (c) 2019 The NetBSD Foundation, Inc.



Home | Main Index | Thread Index | Old Index