chiark / gitweb /
missing: add BPF_XOR
[elogind.git] / src / shared / missing.h
index a9dd2742745372c72cd14a9ff298419d3a909183..c80ed2ad998fb1b6bc96d969ada20f3d5dd171d4 100644 (file)
@@ -593,3 +593,7 @@ static inline int setns(int fd, int nstype) {
 #ifndef NET_NAME_RENAMED
 #  define NET_NAME_RENAMED 4
 #endif
+
+#ifndef BPF_XOR
+#  define BPF_XOR 0xa0
+#endif