Fix type - it used to be "__u8 short", which previous versions
of gcc incorrectly accepted as "short". It got fixed to __u8, but it really should be __u16.
Showing
Please register or sign in to comment
of gcc incorrectly accepted as "short". It got fixed to __u8, but it really should be __u16.