mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-23 16:47:05 +08:00
Most of them were wrong actually. We have to use unsigned int because C90 only allows int types for bitfields, so we are stuck to 32-bit bitfields in most cases.