mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-07 17:17:44 +03:00
missing: add IPV6_FREEBIND
This commit is contained in:
parent
fc7676e313
commit
180c22328b
@ -63,6 +63,10 @@ struct sockaddr_vm {
|
||||
#define IP_TRANSPARENT 19
|
||||
#endif
|
||||
|
||||
#ifndef IPV6_FREEBIND
|
||||
#define IPV6_FREEBIND 78
|
||||
#endif
|
||||
|
||||
/* linux/sockios.h */
|
||||
#ifndef SIOCGSKNS
|
||||
#define SIOCGSKNS 0x894C
|
||||
|
Loading…
Reference in New Issue
Block a user