]> git.ipfire.org Git - thirdparty/libvirt.git/commit
regex: gnulib guarantees that we have regex support
authorEric Blake <eblake@redhat.com>
Mon, 11 Feb 2013 22:12:16 +0000 (15:12 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 15 Feb 2013 20:01:23 +0000 (13:01 -0700)
commitec8a2d0327ee214111bca04c39ab61a9fc247f28
treedc5c0075d1732741054b1f0f6267640ca5580794
parent2e5d7798df56621986bddd588b53827e6557687a
regex: gnulib guarantees that we have regex support

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 conditional.
* tests/testutils.c: Likewise.
src/storage/storage_backend.c
tests/testutils.c