]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix build of virsh on Win32 by moving SA_SIGINFO stub
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 20 Aug 2012 14:59:31 +0000 (15:59 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 20 Aug 2012 15:00:29 +0000 (16:00 +0100)
commit6a481798034ca87eb59e77b2a030c95ec1ea40e2
tree455b80956728c55834df7fca7bc710874b98cf39
parente68ee5e7653b21583f54fe95cb36d77eaf66cc1a
Fix build of virsh on Win32 by moving SA_SIGINFO stub

On Win32 SA_SIGINFO is not defined, so virsh.c stub'd it out
to 0, but recent changes moved the usage out of virsh.c and
into virsh-domain.c
tools/virsh-domain.c
tools/virsh.c