Build failure!

Ronald G. Minnich rminnich at lanl.gov
Sun Dec 8 23:05:01 CET 2002


On Mon, 9 Dec 2002, Andrew Ip wrote:

> < 	struct irq_info slots[];
> to
> > 	struct irq_info *slots;
> 


andrew, are you sure that will work. The first usage means 'array of 
undefined length which will be set by an initializer', the second means 
'pointer to a slot'. The second seems wrong to me.

ron




More information about the coreboot mailing list