diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 06:50:40 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 13:27:23 +0100 |
commit | 957c622b8601c93dfa3fc8312958e27b1365fc11 (patch) | |
tree | 10362030a1d21e763a3751fef7559c2d1e0ad521 /src/basic | |
parent | missing: drop DM_DEFERRED_REMOVE as we have dm-ioctl.h (diff) | |
download | systemd-957c622b8601c93dfa3fc8312958e27b1365fc11.tar.xz systemd-957c622b8601c93dfa3fc8312958e27b1365fc11.zip |
missing: drop BPF_XOR as we have linux/bpf_common.h
Diffstat (limited to 'src/basic')
-rw-r--r-- | src/basic/missing.h | 4 |
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 |