[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [parisc-linux] new gcc-snapshot problem [was: new gcc-default for hppa]



>         byte nslots;
>         __u8 short slot_tablelen;
          ^^^^ ^^^^^

As Willi said, the error is above and you will have to figure out or
ask the maintainer what the intended type for slot_tablelen was in
this struct.  Look to see if there is a maximum size defined somewhere.

>         __u8 nslots;
>         __u16 slot_tablelen;
> };
> 
> hmm could this be a typo at one moment "unsigned short" would be changed
> "__u8 short" ???

Could be a typo.  However, this is a different struct from the one above,
so the types could be different to accomodate different table sizes.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)



Reply to: