1. 20 11月, 2019 23 次提交
  2. 19 11月, 2019 11 次提交
  3. 18 11月, 2019 5 次提交
  4. 16 11月, 2019 1 次提交
    • M
      virbpf: Check if syscall() is available · c07a33be
      Michal Privoznik 提交于
      There are some OSes which don't have syscall() nor
      <sys/syscall.h>. We already check for the header file in
      configure phase, so we just need to add check for
      HAVE_SYS_SYSCALL_H to HAVE_DECL_BPF_PROG_QUERY.
      
      While I'm at it, some header files we are including are not
      needed, so their includes can be safely dropped.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      c07a33be