mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Fixes build on some old systems.
This commit is contained in:
parent
43eb8f610f
commit
eb5ea6bdd6
@ -122,6 +122,8 @@ sysio_leave_group(sock *s, ip_addr maddr)
|
|||||||
#define TCP_MD5SIG 14
|
#define TCP_MD5SIG 14
|
||||||
#define TCP_MD5SIG_MAXKEYLEN 80
|
#define TCP_MD5SIG_MAXKEYLEN 80
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
struct tcp_md5sig {
|
struct tcp_md5sig {
|
||||||
struct sockaddr_storage tcpm_addr; /* address associated */
|
struct sockaddr_storage tcpm_addr; /* address associated */
|
||||||
__u16 __tcpm_pad1; /* zero */
|
__u16 __tcpm_pad1; /* zero */
|
||||||
|
Loading…
Reference in New Issue
Block a user