[libvirt] [PATCH] maint: add configure checks for BSD CPU affinity

2014-01-29 Thread Roman Bogorodskiy
Check for presence of sys/cpuset.h header and cpuset_getaffinity() in configure instead of just using #ifdef __FreeBSD__ for that code. --- configure.ac | 10 ++ src/util/virprocess.c | 7 +-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/configure.ac

Re: [libvirt] [PATCH] maint: add configure checks for BSD CPU affinity

2014-01-29 Thread Eric Blake
On 01/29/2014 11:31 AM, Roman Bogorodskiy wrote: Check for presence of sys/cpuset.h header and cpuset_getaffinity() in configure instead of just using #ifdef __FreeBSD__ for that code. --- configure.ac | 10 ++ src/util/virprocess.c | 7 +-- 2 files changed, 15