• D
    Fix build for platforms lacking struct ifreq · 949e1091
    Daniel P. Berrange 提交于
    This ought to fix the build if you have net/if.h but do
    not have struct ifreq
    
    * configure.ac: Check for struct ifreq in net/if.h
    * src/util/virnetdev.c: Conditionalize to avoid use of
      struct ifreq if it does not exist
    949e1091
configure.ac 88.1 KB