]> git.ipfire.org Git - thirdparty/libvirt.git/commit
netlink: Fix build with libnl-3 v0.9.12-rc2
authorJiri Denemark <jdenemar@redhat.com>
Wed, 9 May 2012 09:57:44 +0000 (11:57 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 9 May 2012 09:57:44 +0000 (11:57 +0200)
commitd9d39e620989d2439b0c48e22acf0c4bc6ef83dc
treee33aa11a6c15ca6e0f3ec6783dd1166a1246f2ff
parentb736e72255e54b7df9ea8018a8467fc4b58cd9a4
netlink: Fix build with libnl-3

Commit 642973135c54b93242c4548ef27d591b52b0994c added three direct
references to nl_handle_* instead of using our aliases which hide
differences between libnl-3 and libnl-1.
src/util/virnetlink.c