
27 Mar
2017
27 Mar
'17
4:40 p.m.
On Mon, Mar 27, 2017 at 04:21:09PM +0200, Martin Kletzander wrote:
Previously, this function must've been called only on Linux in order to fail gracefully. That lead to #ifdef mess in callers, so the function was redesigned so it failed gracefully on non-existing files. However that commit forgot to define the function outside the __linux__ ifdef.
It would be nice to mention the commit id in the commit message.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- src/util/virhostcpu.c | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-)
ACK Pavel