]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
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)
* 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

index 0a8b591418ca9d7d7d2620c8326ab2f83381caee..3d9243fa0108f9e7b9c4f55457af9376461fe63e 100644 (file)
 gnulib_modules='
 accept
 bind
-canonicalize-lgpl
 chown
-clock-time
 close
 connect
 configmake
-dirname-lgpl
 environ
-fclose
 fcntl
 fcntl-h
-fdatasync
-fnmatch
-fsync
 getaddrinfo
-getcwd-lgpl
-gethostname
 getpass
 getpeername
 getsockname
-gettimeofday
 intprops
 ioctl
 largefile
@@ -61,23 +51,19 @@ posix-shell
 pthread_sigmask
 recv
 send
-setenv
 setsockopt
 sigaction
 sigpipe
 socket
 stat-time
 strchrnul
-strptime
 strtok_r
 sys_stat
 sys_wait
 termios
 time_r
-timegm
 ttyname_r
 uname
-unsetenv
 verify
 waitpid
 warnings