]> git.ipfire.org Git - thirdparty/libvirt.git/commit
node: Replace variable named 'system' with 'syscap'
authorJohn Ferlan <jferlan@redhat.com>
Sat, 4 Mar 2017 15:42:33 +0000 (10:42 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 4 Mar 2017 15:42:33 +0000 (10:42 -0500)
commitcbcfd097692a77fa5ee2da8eed8c6a3172a4ac37
treecadfa6896a5c80d62d299f70dd966961f6b49bde
parentdec6d9df5feeb768381dd1b010d8030b44ea1a9a
node: Replace variable named 'system' with 'syscap'

Changes in commit id 'dec6d9df' caused a compilation failure on a RHEL6
CI build environment. So just replace 'system' with 'syscap' as a name.

cc1: warnings being treated as errors
../../src/conf/node_device_conf.c: In function 'virNodeDevCapSystemParseXML':
../../src/conf/node_device_conf.c:1415: error: declaration of 'system' shadows a global declaration [-Wshadow]
src/conf/node_device_conf.c
src/node_device/node_device_udev.c