]> xenbits.xensource.com Git - libvirt.git/commit
bootstrap: remove 18 more gnulib modules
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 22 Jan 2020 16:04:35 +0000 (16:04 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 29 Jan 2020 14:51:40 +0000 (14:51 +0000)
commit3d63a187baf79c9984d0355a909c9a337366224a
tree7a6fbc492c6f218e26bff51c0f062b903384274d
parente429934550be5417a1576efce6d94ec032f1ecee
bootstrap: remove 18 more gnulib modules

* chown: use is conditionally compiled
* configmake: functionality imported to Makefile.am
* getaddrinfo: we have no portability problems
  with Windows impl
* getpass: simplified impl is imported
* mgetgroups: getgrouplist is used directly
* net_if: header includes are conditionalized
* netdb: header includes are conditionalized
* passfd: simplified impl is imported
* posix-shell: functionality was unused & removed
* sigaction: usage is conditionalized
* sigpipe: usage is conditionalized
* stat-time: struct stat is used directly
* strchrnul: usage is eliminated
* strtok_r: usage is not a portability problem
* sys_stat: usage is conditionalized
* uname: rewritten to use native Win32 function to
  get host arch
* waitpid: usage is conditionalized
* wcwidth: rewritten using g_unichar APIs

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
bootstrap.conf
po/POTFILES.in
src/rpc/virnetsocket.c