Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/stand/lib s/BOOTINFO_MAXSIZE/BOOTINFO_SIZE/



details:   https://anonhg.NetBSD.org/src/rev/80e2b676e268
branches:  trunk
changeset: 467465:80e2b676e268
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Mar 25 03:35:39 1999 +0000

description:
s/BOOTINFO_MAXSIZE/BOOTINFO_SIZE/

diffstat:

 sys/arch/pmax/stand/lib/bootinfo.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d2ec0987e359 -r 80e2b676e268 sys/arch/pmax/stand/lib/bootinfo.c
--- a/sys/arch/pmax/stand/lib/bootinfo.c        Thu Mar 25 03:35:26 1999 +0000
+++ b/sys/arch/pmax/stand/lib/bootinfo.c        Thu Mar 25 03:35:39 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootinfo.c,v 1.1 1999/03/24 23:47:37 simonb Exp $      */
+/*     $NetBSD: bootinfo.c,v 1.2 1999/03/25 03:35:39 simonb Exp $      */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
 {
        struct btinfo_common *bi;
 
-       if (bi_size + size > BOOTINFO_MAXSIZE)
+       if (bi_size + size > BOOTINFO_SIZE)
                return;                         /* XXX error? */
 
        bi = new;



Home | Main Index | Thread Index | Old Index