Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst fix debugging sets



details:   https://anonhg.NetBSD.org/src/rev/d2b569cd7ff2
branches:  trunk
changeset: 785494:d2b569cd7ff2
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 16 22:16:02 2013 +0000

description:
fix debugging sets

diffstat:

 distrib/utils/sysinst/defs.h |  6 +++---
 distrib/utils/sysinst/util.c |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 6e3139b60016 -r d2b569cd7ff2 distrib/utils/sysinst/defs.h
--- a/distrib/utils/sysinst/defs.h      Sat Mar 16 21:38:21 2013 +0000
+++ b/distrib/utils/sysinst/defs.h      Sat Mar 16 22:16:02 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.164 2013/03/16 17:10:16 christos Exp $      */
+/*     $NetBSD: defs.h,v 1.165 2013/03/16 22:16:02 christos Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -132,7 +132,7 @@
 
     /* Debug sets */
     SET_DEBUG,
-    SET_XDEBUG,
+    SET_X11_DEBUG,
 
     SET_LAST,
     SET_GROUP,         /* Start of submenu */
@@ -160,7 +160,7 @@
 #define SET_SOURCE SET_SYSSRC, SET_SRC, SET_SHARESRC, SET_GNUSRC, SET_XSRC
 
 /* All debug sets */
-#define SET_DEBUGGING SET_DEBUG, SET_XDEBUG
+#define SET_DEBUGGING SET_DEBUG, SET_X11_DEBUG
 
 /* Set list flags */
 #define SFLAG_MINIMAL  1
diff -r 6e3139b60016 -r d2b569cd7ff2 distrib/utils/sysinst/util.c
--- a/distrib/utils/sysinst/util.c      Sat Mar 16 21:38:21 2013 +0000
+++ b/distrib/utils/sysinst/util.c      Sat Mar 16 22:16:02 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.c,v 1.181 2013/03/16 17:10:17 christos Exp $      */
+/*     $NetBSD: util.c,v 1.182 2013/03/16 22:16:02 christos Exp $      */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -68,7 +68,7 @@
 #define MD_SETS_SELECTED_NOX SET_KERNEL_1, SET_SYSTEM, SET_MD
 #endif
 #ifndef MD_SETS_VALID
-#define MD_SETS_VALID SET_KERNEL, SET_SYSTEM, SET_X11, SET_MD, SET_SOURCE SET_DEBUGGING
+#define MD_SETS_VALID SET_KERNEL, SET_SYSTEM, SET_X11, SET_MD, SET_SOURCE, SET_DEBUGGING
 #endif
 
 #define MAX_CD_DEVS    256     /* how many cd drives do we expect to attach */



Home | Main Index | Thread Index | Old Index