Skip to content
Snippets Groups Projects
Commit b47ff34a authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Fix compilation on big endian platforms.

parent d7683908
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ struct tcp {
ece:1,
cwr:1;
# elif defined(__BYTE_ORDER__) && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__)
__u16 doff:4
__u16 doff:4,
res1:3,
ae:1,
cwr:1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment