From 957c622b8601c93dfa3fc8312958e27b1365fc11 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 6 Dec 2018 06:50:40 +0100 Subject: [PATCH] missing: drop BPF_XOR as we have linux/bpf_common.h --- src/basic/missing.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.47.3