mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 13:51:24 +03:00
missing: add BPF_XOR
BPF_XOR was introduced in kernel 3.7
This commit is contained in:
parent
daa05349df
commit
7965435e58
@ -593,3 +593,7 @@ static inline int setns(int fd, int nstype) {
|
||||
#ifndef NET_NAME_RENAMED
|
||||
# define NET_NAME_RENAMED 4
|
||||
#endif
|
||||
|
||||
#ifndef BPF_XOR
|
||||
# define BPF_XOR 0xa0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user