Use long for ssym and esym in btinfo_symtab, so that it works out for

both i386 and x86_64.
This commit is contained in:
fvdl 2002-11-29 19:33:26 +00:00
parent f5cc72e57b
commit 6f923c1495
1 changed files with 3 additions and 3 deletions

View File

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