imp 2003/10/22 20:42:48 PDT
FreeBSD src repository
Modified files:
sys/dev/ep if_ep.c
Log:
Learn basic C.
((uint32_t *) v) + 10 != ((caddr_t) v) + 10
so apply the cast later.
Revision Changes Path
1.123 +3 -2 src/sys/dev/ep/if_ep.c