> >     struct dvb_pll_desc {
[ ... ]
> >             struct {
[ ... ]
> >             } entries[];
> >     };
> > 
> >  while 2.6.11-mm3 changed it into entries[0].
> 
> The original code failed to compile with gcc-2.95.4, so I stuck the [0] in
> there, then was vaguely surprised when no warnings came out.  Seems that
> later compilers _do_ warn.
> 
> I guess we could put a 9 in there.

Yep, that should do, I think that is enougth for all existing
entries ...

  Gerd

-- 
#define printk(args...) fprintf(stderr, ## args)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to