mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Added missing U/UL modifiers to fix 16-bit-arch portability.
This commit is contained in:
@@ -439,7 +439,7 @@ pppInit(void)
|
||||
|
||||
magicInit();
|
||||
|
||||
subnetMask = PP_HTONL(0xffffff00);
|
||||
subnetMask = PP_HTONL(0xffffff00UL);
|
||||
|
||||
for (i = 0; i < NUM_PPP; i++) {
|
||||
/* Initialize each protocol to the standard option set. */
|
||||
|
||||
Reference in New Issue
Block a user