Commit 6521c09d authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

include: Fix typo in IN4ADDR_LOOPBACK_INIT.

parent 87a33579
...@@ -46,7 +46,7 @@ struct tcp_keepalive ...@@ -46,7 +46,7 @@ struct tcp_keepalive
#define RCVALL_SOCKETLEVELONLY 2 #define RCVALL_SOCKETLEVELONLY 2
#define IN4ADDR_ANY_INIT { 0, 0, 0, 0 } #define IN4ADDR_ANY_INIT { 0, 0, 0, 0 }
#define IN4ADDR_LOOPBACK_INIT { 126, 0, 0, 1 } #define IN4ADDR_LOOPBACK_INIT { 127, 0, 0, 1 }
#define IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 } #define IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 }
#define IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 } #define IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 }
#define IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 } #define IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 }
...@@ -74,7 +74,7 @@ struct tcp_keepalive ...@@ -74,7 +74,7 @@ struct tcp_keepalive
#define WS_RCVALL_SOCKETLEVELONLY 2 #define WS_RCVALL_SOCKETLEVELONLY 2
#define WS_IN4ADDR_ANY_INIT { 0, 0, 0, 0 } #define WS_IN4ADDR_ANY_INIT { 0, 0, 0, 0 }
#define WS_IN4ADDR_LOOPBACK_INIT { 126, 0, 0, 1 } #define WS_IN4ADDR_LOOPBACK_INIT { 127, 0, 0, 1 }
#define WS_IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 } #define WS_IN4ADDR_BROADCAST_INIT { 255, 255, 255, 255 }
#define WS_IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 } #define WS_IN4ADDR_ALLNODESONLINK_INIT { 224, 0, 0, 1 }
#define WS_IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 } #define WS_IN4ADDR_ALLROUTERSONLINK_INIT { 224, 0, 0, 2 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment