Subject: daddr_t breaks bootxx_lfs/bootxx_ffs
To: None <fvdl@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: port-sparc
Date: 01/28/2003 22:12:14
when i built today:

-rw-r--r--  1 mrg  wheel  8096 Jan 28 20:39 bootxx_ffs
checking sizes for bootxx_ffs/bootxx_ffs.sym... MAXIMUM LOAD SIZE EXCEEDED (8096 > 7680)
*** Error code 1

Stop.
nbmake: stopped in /usr/src/sys/arch/alpha/stand/bootxx_ffs


when i built with -Ddaddr_t='unsigned int' and a patch to sys/types.h
to allow daddr_t to be a macro, i get:

-rw-r--r--  1 mrg  wheel  7472 Jan 28 21:07 bootxx_ffs
checking sizes for bootxx_ffs/bootxx_ffs.sym... OK




.mrg.