X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fnet%2Fif_arp.h;h=371ab10414d96ebd0f24a273fa97d614e2e3daf8;hb=01739902843e93ec6e9bf8e17d32c8ddf73fad81;hp=bb5eadf18557ef08d66e7b8d653214623ec69ae3;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/include/net/if_arp.h b/include/net/if_arp.h index bb5eadf1..371ab104 100644 --- a/include/net/if_arp.h +++ b/include/net/if_arp.h @@ -117,12 +117,12 @@ struct arpreq_old { #define ARPD_FLUSH 0x03 struct arpd_request { - uint16_t req; + unsigned short req; uint32_t ip; - uint32_t dev; - uint32_t stamp; - uint32_t updated; - uint8_t ha[MAX_ADDR_LEN]; + unsigned long dev; + unsigned long stamp; + unsigned long updated; + unsigned char ha[MAX_ADDR_LEN]; };