diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/net.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/net.h b/include/net.h index 767347004..5aedc17aa 100644 --- a/include/net.h +++ b/include/net.h @@ -357,7 +357,7 @@ struct icmp_hdr {  		} echo;  		ulong	gateway;  		struct { -			ushort	__unused; +			ushort	unused;  			ushort	mtu;  		} frag;  		uchar data[0]; |