diff options
author | Eric Blake <eblake@redhat.com> | 2011-02-11 12:32:17 -0700 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-02-11 12:32:17 -0700 |
commit | 699a5888b7446e0c2060389af6cdac9c4e60d80e (patch) | |
tree | 15bde6f4523e047fead1b4f7a1de718ab4c2989e /.gnulib | |
parent | qemu: Fix escape_monitor(escape_shell(command)) (diff) | |
download | libvirt-699a5888b7446e0c2060389af6cdac9c4e60d80e.tar.gz libvirt-699a5888b7446e0c2060389af6cdac9c4e60d80e.tar.bz2 libvirt-699a5888b7446e0c2060389af6cdac9c4e60d80e.zip |
build: fix cygwin strerror_r failure
Building the 0.8.8 release candidate on cygwin produced this compiler
warning, which is indicative of catastrophic failure on any attempt to
print an error message with errno turned to a string:
CC strerror_r.lo
strerror_r.c: In function 'rpl_strerror_r':
strerror_r.c:67: warning: assignment makes integer from pointer without a cast
This has been fixed in gnulib.
* .gnulib: Update to latest, for strerror_r fix.
* src/util/memory.c (includes): Satisfy 'make syntax-check'.
Diffstat (limited to '.gnulib')
m--------- | .gnulib | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/.gnulib b/.gnulib -Subproject 2f41af65087fb2460779bc4e7fb62453f79ebae +Subproject 4cce65cb2f10936f13760625f39d532564984fd |