]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Update to latest gnulib to get strtok_r relaxed to LGPLv2+
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 15 Apr 2010 00:03:05 +0000 (02:03 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 15 Apr 2010 17:52:38 +0000 (19:52 +0200)
strtok_r will be used in the ESX driver to replace scanf-based code.

MinGW lacks strtok_r, so we need gnulib to provide it, but until now
strtok_r was licensed LGPL3.

.gnulib
bootstrap.conf

diff --git a/.gnulib b/.gnulib
index 097c9ce08a79899ff942b9b6ee811e613605499f..7c1b995a7041ea366acafeb8632e1080f349f03f 160000 (submodule)
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit 097c9ce08a79899ff942b9b6ee811e613605499f
+Subproject commit 7c1b995a7041ea366acafeb8632e1080f349f03f
index d807e405431fe8c791ea4d258f16a14a54ce1af5..785489bbf9fdb9b9bc00d0d359c0bf2ff7eb4c88 100644 (file)
@@ -54,6 +54,7 @@ strndup
 strerror
 strptime
 strsep
+strtok_r
 sys_stat
 time_r
 timegm