[libvirt] [PATCH 3/3] build: use gnulib's unsetenv

Michal Privoznik mprivozn at redhat.com
Mon May 30 07:31:02 UTC 2016


Now that gnulib has lifted it's licensing of unsetenv, we should
use it. Just like we use its counterpart - setenv, already.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 bootstrap.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bootstrap.conf b/bootstrap.conf
index 783b3a3..0db6b62 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -120,6 +120,7 @@ time_r
 timegm
 ttyname_r
 uname
+unsetenv
 useless-if-before-free
 usleep
 vasprintf
-- 
2.8.3




More information about the libvir-list mailing list