Sorry. My mistake...
-Andrew
On Sun, Dec 08, 2002 at 09:09:39PM -0700, Ronald G. Minnich wrote:
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