summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-12-06 06:50:40 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-06 13:27:23 +0100
commit957c622b8601c93dfa3fc8312958e27b1365fc11 (patch)
tree10362030a1d21e763a3751fef7559c2d1e0ad521 /src
parentfec6661efd6ac820c7903c63f7467da6b826ca81 (diff)
downloadsystemd-957c622b8601c93dfa3fc8312958e27b1365fc11.tar.gz
missing: drop BPF_XOR as we have linux/bpf_common.h
Diffstat (limited to 'src')
-rw-r--r--src/basic/missing.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h
index 6d50323520..7653d7d17a 100644
--- a/src/basic/missing.h
+++ b/src/basic/missing.h
@@ -68,10 +68,6 @@
# 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