• D
    bootstrap: remove 18 more gnulib modules · 3d63a187
    Daniel P. Berrangé 提交于
    * 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: NPavel Hrdina <phrdina@redhat.com>
    Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
    3d63a187
virnetsocket.c 63.8 KB