Think before committing.. previous wasn't actually needed, the values are

guaranteed to fit in 32 bits when loading the kernel into physmem,
and it avoids bootloader incompatibility.
This commit is contained in:
fvdl 2002-11-29 19:38:24 +00:00
parent da2945cc37
commit 6da8034165
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootinfo.h,v 1.9 2002/11/29 19:33:26 fvdl Exp $ */
/* $NetBSD: bootinfo.h,v 1.10 2002/11/29 19:38:24 fvdl Exp $ */
/*
* Copyright (c) 1997
@ -85,8 +85,8 @@ struct btinfo_console {
struct btinfo_symtab {
struct btinfo_common common;
int nsym;
long ssym;
long esym;
int ssym;
int esym;
};
struct bi_memmap_entry {