mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-15 12:29:08 +01:00
net.h: don't use the reserved name __unused
The __* keywords are reserved. On FreeBSD __unused evaluates to the attribute unused, causing a compilation failure. Just use unused instead. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> cc: joe.hershberger@gmail.com
This commit is contained in:
parent
a782fb2d75
commit
6e840ebcd4
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ struct icmp_hdr {
|
|||
} echo;
|
||||
ulong gateway;
|
||||
struct {
|
||||
ushort __unused;
|
||||
ushort unused;
|
||||
ushort mtu;
|
||||
} frag;
|
||||
uchar data[0];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue