]> xenbits.xensource.com Git - libvirt.git/commitdiff
maint: update to latest gnulib
authorEric Blake <eblake@redhat.com>
Thu, 4 Sep 2014 12:39:54 +0000 (06:39 -0600)
committerEric Blake <eblake@redhat.com>
Sun, 7 Sep 2014 01:14:43 +0000 (19:14 -0600)
The usual portability fixes; and this includes a fix that adds
a new syntax check for double semicolons (commit 28de556 fixed
some, but gnulib found a better check).

* .gnulib: Update to latest.
* src/xenconfig/xen_common.c (xenFormatConfigCommon): Fix offender.

Signed-off-by: Eric Blake <eblake@redhat.com>
.gnulib
src/xenconfig/xen_common.c

diff --git a/.gnulib b/.gnulib
index 2d280742a9e30088aa169f53353765d5daafe4c0..9565c3be73eb6d76b7b42a21d68d2e00a62abb6d 160000 (submodule)
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit 2d280742a9e30088aa169f53353765d5daafe4c0
+Subproject commit 9565c3be73eb6d76b7b42a21d68d2e00a62abb6d
index accd25f71fcbc9a4affd311cddcecc1faedf0d0b..bab67de59dbdfb29461570af0e3ae46aa3f94a25 100644 (file)
@@ -2034,7 +2034,7 @@ xenFormatConfigCommon(virConfPtr conf,
         return -1;
 
     if (xenFormatCPUFeatures(conf, def, xendConfigVersion) < 0)
-        return -1;;
+        return -1;
 
     if (xenFormatCDROM(conf, def, xendConfigVersion) < 0)
         return -1;