]> xenbits.xensource.com Git - libvirt.git/commit
domain_interface: Fix build on FreeBSD
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 15 Apr 2024 06:51:23 +0000 (08:51 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 15 Apr 2024 06:51:23 +0000 (08:51 +0200)
commitece476ec2e0ff85ce342fb1b0b691f37e88553b7
treeb6b6c5183be8119eb89813145cb266da41ba297e
parent00db0619c6d84488149044430f3a8fadfb212f04
domain_interface: Fix build on FreeBSD

In one of my recent commits I've chopped just too much and moved
a variable declaration into a function not realizing it's still
used on FreeBSD. Bring it back but only for the FreeBSD case.

Fixes: f8b5bd855f8312457fd9ad8a68fb044982bd3cc6
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/hypervisor/domain_interface.c