Re: [libvirt] [PATCH] regex: gnulib guarantees that we have regex support

2013-02-15 Thread Eric Blake
On 02/11/2013 03:13 PM, Eric Blake wrote: No need to use HAVE_REGEX_H - our use of gnulib guarantees that the header exists and works, regardless of platform. Similarly, we can unconditionally assume a compiling sys/wait.h (although the mingw version of this header is not full-featured). *

[libvirt] [PATCH] regex: gnulib guarantees that we have regex support

2013-02-11 Thread Eric Blake
No need to use HAVE_REGEX_H - our use of gnulib guarantees that the header exists and works, regardless of platform. Similarly, we can unconditionally assume a compiling sys/wait.h (although the mingw version of this header is not full-featured). * src/storage/storage_backend.c: Drop useless