qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] a43415: seccomp: Don't include libseccomp fro


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] a43415: seccomp: Don't include libseccomp from QEMU header
Date: Fri, 22 Sep 2017 02:35:47 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: a43415ebfd2fc9bfc56d9b566707c9d465b0e17b
      
https://github.com/qemu/qemu/commit/a43415ebfd2fc9bfc56d9b566707c9d465b0e17b
  Author: Fam Zheng <address@hidden>
  Date:   2017-09-22 (Fri, 22 Sep 2017)

  Changed paths:
    M include/sysemu/seccomp.h

  Log Message:
  -----------
  seccomp: Don't include libseccomp from QEMU header

The only prototype doesn't need anything from the lib header, and not
including it here allows files that include this header, for example
vl.c, to compile without the libseccomp cflags.

The breakage is since c3883e1f93 for environments where `pkg-config
--cflags libseccomp" is non-empty.

Reported-by: Jan Kiszka <address@hidden>
Signed-off-by: Fam Zheng <address@hidden>
Acked-by: Eduardo Otubo <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]