[libvirt] [PATCH 2/1] vircgroup: Fix build issue mingw cross compile

2015-03-27 Thread John Ferlan
Commit id '2dbfa716' exposed virCgroupDetectMountsFromFile, but did not add the corresponding entry in the "#else /* !VIR_CGROUP_SUPPORTED */" section of the module. Signed-off-by: John Ferlan --- src/util/vircgroup.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/util/virc

Re: [libvirt] [PATCH 2/1] vircgroup: Fix build issue mingw cross compile

2015-03-27 Thread Eric Blake
On 03/27/2015 10:41 AM, John Ferlan wrote: > Commit id '2dbfa716' exposed virCgroupDetectMountsFromFile, but did not > add the corresponding entry in the "#else /* !VIR_CGROUP_SUPPORTED */" > section of the module. > > Signed-off-by: John Ferlan > --- > src/util/vircgroup.c | 11 +++ > 1