Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst #if out some unreachable code that's appare...



details:   https://anonhg.NetBSD.org/src/rev/619f4f7a2a50
branches:  trunk
changeset: 815630:619f4f7a2a50
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon May 30 17:00:38 2016 +0000

description:
#if out some unreachable code that's apparently not yet supported.
PR 50886 from David Binderman.

diffstat:

 usr.sbin/sysinst/partman.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r fcedee38fb27 -r 619f4f7a2a50 usr.sbin/sysinst/partman.c
--- a/usr.sbin/sysinst/partman.c        Mon May 30 16:38:35 2016 +0000
+++ b/usr.sbin/sysinst/partman.c        Mon May 30 17:00:38 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: partman.c,v 1.11 2015/05/17 10:13:24 martin Exp $ */
+/*     $NetBSD: partman.c,v 1.12 2016/05/30 17:00:38 dholland Exp $ */
 
 /*
  * Copyright 2012 Eugene Lozovoy
@@ -469,9 +469,11 @@
                case PMR_MENU_NUMROW:
                        process_menu(MENU_ok, deconst(MSG_raid_nomultidim));
                        return 0;
+#if 0 /* notyet */
                        msg_to_show = MSG_raid_numrow_ask;
                        out_var = &(dev_ptr->numRow);
                        break;
+#endif
                case PMR_MENU_NUMCOL:
                        msg_to_show = MSG_raid_numcol_ask;
                        out_var = &(dev_ptr->numCol);



Home | Main Index | Thread Index | Old Index