Re: [lxc-devel] [PATCH 17/21] caps.h: Rename __errno to ___errno

2013-01-03 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > At least bionic defines __errno, And then defines errno in terms of calling __errno() ... > so this was causing a conflict in caps.h > leading to build failure. Renaming to ___errno avoids that duplicate > definition. s/duplicate/conflicting/ :)

[lxc-devel] [PATCH 17/21] caps.h: Rename __errno to ___errno

2013-01-03 Thread Stéphane Graber
At least bionic defines __errno, so this was causing a conflict in caps.h leading to build failure. Renaming to ___errno avoids that duplicate definition. Signed-off-by: Stéphane Graber --- configure.ac | 5 - src/lxc/caps.h | 12 ++-- 2 files changed, 10 insertions(+), 7 deletion