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

Fix a compile problem when using -fno-common.

Thanks to olivier@freebsd.org for reporting the issue.
parent 8b597a00
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ struct tcp_option {
u8 cookie[MAX_TCP_FAST_OPEN_COOKIE_BYTES];
} fast_open;
} data;
} __packed tcp_option;
} __packed;
/* Allocate a new options list. */
extern struct tcp_options *tcp_options_new(void);
......
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