Added missing U/UL modifiers to fix 16-bit-arch portability.

This commit is contained in:
goldsimon
2011-02-18 13:31:28 +00:00
parent dbf5659cd9
commit 856ccb5bb7
9 changed files with 19 additions and 19 deletions

View File

@@ -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. */