]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix conflicting types of virInitctlSetRunLevel
authorJán Tomko <jtomko@redhat.com>
Tue, 18 Feb 2014 14:01:32 +0000 (15:01 +0100)
committerEric Blake <eblake@redhat.com>
Tue, 18 Feb 2014 23:44:17 +0000 (16:44 -0700)
commiteb90e48b7ad4e5f1238481ded82125b109a06460
tree68da35c4847142dd33518a3e630c83607b373fc9
parent663bb4a52488110cd1fb443a3d786f4dc0ffe925
Fix conflicting types of virInitctlSetRunLevel

aebbcdd didn't change the non-linux definition of the function,
breaking the build on FreeBSD:

../../src/util/virinitctl.c:164: error: conflicting types for
'virInitctlSetRunLevel'
../../src/util/virinitctl.h:40: error: previous declaration of
'virInitctlSetRunLevel' was here

(cherry picked from commit adc8b2afbb4683cf7b110c7c6a1067339b472c1c)
src/util/virinitctl.c