]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
missing: drop BPF_XOR as we have linux/bpf_common.h
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Dec 2018 05:50:40 +0000 (06:50 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Dec 2018 12:27:23 +0000 (13:27 +0100)
src/basic/missing.h

index 6d50323520fb4d258bb51764a53922edde6c457a..7653d7d17a816981b5be9d4117beb0fc85c0e6e5 100644 (file)
 #  define DRM_IOCTL_DROP_MASTER _IO('d', 0x1f)
 #endif
 
-#ifndef BPF_XOR
-#define BPF_XOR 0xa0
-#endif
-
 #ifndef RENAME_NOREPLACE
 #define RENAME_NOREPLACE (1 << 0)
 #endif