]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix compilation without struct ifreq
authorEric Blake <eblake@redhat.com>
Wed, 18 Jul 2012 22:46:05 +0000 (16:46 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 18 Jul 2012 23:36:36 +0000 (17:36 -0600)
commit68a97bd85fffca4494bc5620c06c8e35f5c0af64
tree5e6b4ba250045f0e1f257378ce0371144afafaef
parent466b306b3966f764ccce69c0315990ba44b544a6
build: fix compilation without struct ifreq

Detected on Cygwin.  Broken in commit 387117ad.

* src/util/virnetdev.c (virNetDevValidateConfig)
(virNetDevReplaceNetConfig): Fix prototypes.
* src/util/virnetlink.c (virNetlinkEventAddClient)
(virNetlinkEventRemoveClient): Likewise.
src/util/virnetdev.c
src/util/virnetlink.c