Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/stand/bootblock/boot Test mode is not impleme...
details: https://anonhg.NetBSD.org/src/rev/6787fa81c1f8
branches: trunk
changeset: 328195:6787fa81c1f8
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Sat Mar 29 12:49:15 2014 +0000
description:
Test mode is not implemented. Appease compiler.
diffstat:
sys/arch/amiga/stand/bootblock/boot/main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r d74d713cce4f -r 6787fa81c1f8 sys/arch/amiga/stand/bootblock/boot/main.c
--- a/sys/arch/amiga/stand/bootblock/boot/main.c Sat Mar 29 12:00:27 2014 +0000
+++ b/sys/arch/amiga/stand/bootblock/boot/main.c Sat Mar 29 12:49:15 2014 +0000
@@ -1,5 +1,5 @@
/*
- * $NetBSD: main.c,v 1.28 2011/07/10 21:02:38 mhitch Exp $
+ * $NetBSD: main.c,v 1.29 2014/03/29 12:49:15 mlelstv Exp $
*
*
* Copyright (c) 1996,1999 Ignatios Souvatzis
@@ -100,7 +100,7 @@
int p_flag = 0;
int m_value = 0;
int S_flag = 0;
- int t_flag = 0;
+ /* int t_flag = 0; */
u_int32_t fmem = 0x0;
int fmemsz = 0x0;
@@ -209,7 +209,7 @@
boothowto |= RB_SINGLE;
break;
case 't': /* test flag */
- t_flag = 1;
+ /* t_flag = 1; */
break;
case 'v':
boothowto |= AB_VERBOSE;
Home |
Main Index |
Thread Index |
Old Index