Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun68k/stand/bootxx avoid unnecessary use of MAXBLO...



details:   https://anonhg.NetBSD.org/src/rev/2909707b7a76
branches:  trunk
changeset: 526538:2909707b7a76
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun May 05 16:02:24 2002 +0000

description:
avoid unnecessary use of MAXBLOCKNUM (which is not defined here)

diffstat:

 sys/arch/sun68k/stand/bootxx/bootxx.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f2730ded850 -r 2909707b7a76 sys/arch/sun68k/stand/bootxx/bootxx.c
--- a/sys/arch/sun68k/stand/bootxx/bootxx.c     Sun May 05 15:57:15 2002 +0000
+++ b/sys/arch/sun68k/stand/bootxx/bootxx.c     Sun May 05 16:02:24 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootxx.c,v 1.3 2002/04/24 01:40:25 lukem Exp $ */
+/*     $NetBSD: bootxx.c,v 1.4 2002/05/05 16:02:24 jdolecek Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
 struct sun68k_bbinfo bbinfo = {
        { SUN68K_BBINFO_MAGIC },
        0,
-       MAXBLOCKNUM,
+       0,
        { 0 }
 };
 



Home | Main Index | Thread Index | Old Index