Fixes for definitions under Windows.

This commit is contained in:
Guus Sliepen 2010-04-11 19:20:02 +02:00
parent 4708f2c89e
commit a9bbb3357a
2 changed files with 6 additions and 5 deletions

View file

@ -95,6 +95,7 @@ struct icmp6_hdr {
#define ICMP6_DST_UNREACH_NOROUTE 0
#define ICMP6_DST_UNREACH 1
#define ICMP6_PACKET_TOO_BIG 2
#define ICMP6_DST_UNREACH_ADMIN 1
#define ICMP6_DST_UNREACH_ADDR 3
#define ND_NEIGHBOR_SOLICIT 135
#define ND_NEIGHBOR_ADVERT 136