1
0
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:
Michael Olbrich 2014-08-21 12:38:08 +02:00 committed by Lennart Poettering
parent daa05349df
commit 7965435e58

View File

@ -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