mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-06 09:56:38 +00:00
use u32_t instead of u_int32_t
The style u_int32_t is not used anywhere else in the project, and is not
supported by the C standard, now using lwIP u32_t type. It was introduced
in 25e398a
.
This commit is contained in:
parent
52dc9ef418
commit
36f470383b
@ -972,7 +972,7 @@ static int ipcp_ackci(fsm *f, u_char *p, int len) {
|
|||||||
|
|
||||||
#define ACKCIWINS(opt, addr) \
|
#define ACKCIWINS(opt, addr) \
|
||||||
if (addr) { \
|
if (addr) { \
|
||||||
u_int32_t l; \
|
u32_t l; \
|
||||||
if ((len -= CILEN_ADDR) < 0) \
|
if ((len -= CILEN_ADDR) < 0) \
|
||||||
goto bad; \
|
goto bad; \
|
||||||
GETCHAR(citype, p); \
|
GETCHAR(citype, p); \
|
||||||
|
Loading…
Reference in New Issue
Block a user