Re: [libvirt] [PATCH] build: use more gnulib modules for simpler code

2011-01-18 Thread Eric Blake
On 01/18/2011 02:06 PM, Matthias Bolte wrote: > 2011/1/17 Eric Blake : >> * .gnulib: Update to latest, for sigpipe and sigaction modules. >> * bootstrap.conf (gnulib_modules): Add siaction, sigpipe, strerror_r. >> * tools/virsh.c (vshSetupSignals) [!SIGPIPE]: Delete, now that >> gnulib guarantees i

Re: [libvirt] [PATCH] build: use more gnulib modules for simpler code

2011-01-18 Thread Matthias Bolte
2011/1/17 Eric Blake : > * .gnulib: Update to latest, for sigpipe and sigaction modules. > * bootstrap.conf (gnulib_modules): Add siaction, sigpipe, strerror_r. > * tools/virsh.c (vshSetupSignals) [!SIGPIPE]: Delete, now that > gnulib guarantees it. > (SA_SIGINFO): Define for mingw fallback. > * sr

[libvirt] [PATCH] build: use more gnulib modules for simpler code

2011-01-17 Thread Eric Blake
* .gnulib: Update to latest, for sigpipe and sigaction modules. * bootstrap.conf (gnulib_modules): Add siaction, sigpipe, strerror_r. * tools/virsh.c (vshSetupSignals) [!SIGPIPE]: Delete, now that gnulib guarantees it. (SA_SIGINFO): Define for mingw fallback. * src/util/virterror.c (virStrerror): S