Re: [libvirt] [PATCH] nodeinfo: fix build on FreeBSD

2015-07-20 Thread Roman Bogorodskiy
Martin Kletzander wrote: > On Fri, Jul 17, 2015 at 08:23:07PM +0300, Roman Bogorodskiy wrote: > >Currently, build fails on FreeBSD with: > > > > CC libvirt_driver_la-nodeinfo.lo > >nodeinfo.c:1941:56: error: use of undeclared identifier 'SYSFS_SYSTEM_PATH' > >const char *prefix = sysf

Re: [libvirt] [PATCH] nodeinfo: fix build on FreeBSD

2015-07-20 Thread Martin Kletzander
On Fri, Jul 17, 2015 at 08:23:07PM +0300, Roman Bogorodskiy wrote: Currently, build fails on FreeBSD with: CC libvirt_driver_la-nodeinfo.lo nodeinfo.c:1941:56: error: use of undeclared identifier 'SYSFS_SYSTEM_PATH' const char *prefix = sysfs_prefix ? sysfs_prefix : SYSFS_SYSTEM_PATH;

[libvirt] [PATCH] nodeinfo: fix build on FreeBSD

2015-07-17 Thread Roman Bogorodskiy
Currently, build fails on FreeBSD with: CC libvirt_driver_la-nodeinfo.lo nodeinfo.c:1941:56: error: use of undeclared identifier 'SYSFS_SYSTEM_PATH' const char *prefix = sysfs_prefix ? sysfs_prefix : SYSFS_SYSTEM_PATH; ^ 1 error ge