]> 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)
committerJán Tomko <jtomko@redhat.com>
Tue, 18 Feb 2014 14:05:06 +0000 (15:05 +0100)
commitadc8b2afbb4683cf7b110c7c6a1067339b472c1c
tree48bcde652df1753982a7dd2d021af4c85878473e
parent9de7309125d644360b59b84e40cf40c031b09b3d
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
src/util/virinitctl.c