From 688d0dc0140c631881edec1c12f30a7ab0415d44 Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Thu, 8 Nov 2018 19:29:11 +0100 Subject: [PATCH] crucible: Try repairing a build failure around swap macro Gentoo-Bug: https://bugs.gentoo.org/670606 Fixes: https://github.com/Zygo/bees/issues/85 Suggested-by: Zygo Blaxell Signed-off-by: Kai Krakow --- include/crucible/btrfs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/crucible/btrfs.h b/include/crucible/btrfs.h index 21f6193..c05b7d6 100644 --- a/include/crucible/btrfs.h +++ b/include/crucible/btrfs.h @@ -23,6 +23,7 @@ #undef min #undef max #undef mutex +#undef swap #ifndef BTRFS_FIRST_FREE_OBJECTID