From: Yu Watanabe Date: Thu, 6 Dec 2018 05:50:40 +0000 (+0100) Subject: missing: drop BPF_XOR as we have linux/bpf_common.h X-Git-Tag: v240~126^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=957c622b8601c93dfa3fc8312958e27b1365fc11;p=thirdparty%2Fsystemd.git missing: drop BPF_XOR as we have linux/bpf_common.h --- diff --git a/src/basic/missing.h b/src/basic/missing.h index 6d50323520f..7653d7d17a8 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