about summary refs log tree commit diff
path: root/include/net/if_arp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/if_arp.h')
-rw-r--r--include/net/if_arp.h10
1 files changed, 5 insertions, 5 deletions
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];
 };