qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] ec8648: linux-user: Fix build if headers don'


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] ec8648: linux-user: Fix build if headers don't define _LIN...
Date: Wed, 19 Mar 2014 12:00:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: ec864874bd1c1e13c82f4096fd3957d26c70a680
      
https://github.com/qemu/qemu/commit/ec864874bd1c1e13c82f4096fd3957d26c70a680
  Author: Peter Maydell <address@hidden>
  Date:   2014-03-19 (Wed, 19 Mar 2014)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  linux-user: Fix build if headers don't define _LINUX_CAPABILITY_VERSION_1

Older kernel headers don't define _LINUX_CAPABILITY_VERSION_1.
Switch to using the older _LINUX_CAPABILITY_VERSION; newer headers
still define this for source compatibility.

Signed-off-by: Peter Maydell <address@hidden>
Reported-by: Laurent Desnogues <address@hidden>
Reviewed-by: Laurent Desnogues <address@hidden>
Acked-by: Riku Voipio <address@hidden>



reply via email to

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