From 86d223a762990c9d529065a2d3b30b6a00ea63dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 20 Dec 2019 16:25:51 +0000 Subject: [PATCH] bootstrap: remove now unused gnulib modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Signed-off-by: Daniel P. BerrangĂ© --- bootstrap.conf | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 0a8b591418..3d9243fa01 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -20,27 +20,17 @@ 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