]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bootstrap: remove now unused gnulib modules
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 20 Dec 2019 16:25:51 +0000 (16:25 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 3 Jan 2020 15:42:13 +0000 (15:42 +0000)
commit86d223a762990c9d529065a2d3b30b6a00ea63dd
tree72dd57907e14fca300460f2d0d2ff66df3134d31
parent810613a60efe3924c536b3663246900bc08910a5
bootstrap: remove now unused gnulib modules

* canonicalize-lgpl: replaced by realpath()/g_canonicalize_filename()
* clock-gettime: replaced by g_get_(real|monotonic)_time
* dirname-lgpl: replaced by g_path_get_dirname()
* fclose: we aren't affected by any portability problems it fixes
* fdatasync: every platform we call fdatasync on has it present
* fsync: replaced by g_fsync()
* fnmatch: replaced by g_pattern_match()
* getcwd-lgpl: replaced by g_get_current_dir()
* gethostname: replaced by g_get_hostname()
* gettimeofday: replaced by g_get_(real|monotonic)_time
* setenv: replaced by g_setenv()
* strptime: replaced by GDateTime
* timegm: replaced by GDateTime
* unsetenv: replaced by g_unsetenv()

Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
bootstrap.conf