/usr/src/sys/dev/ic/sl811hs.c: In function 'slhci_device_ctrl_start':
/usr/src/sys/dev/ic/sl811hs.c:1182: error: invalid lvalue in assignment
int len, actlen, size;
...
void *buf;
...
(u_char*)buf += size;
The code hasn't changed in ages, so I'm guessing its a stricter compiler
warning? (First time I try gcc 4 on that box.)
Cheers,
Patrick