qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] de03c3: bswap: Fix build on FreeBSD 10.0


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] de03c3: bswap: Fix build on FreeBSD 10.0
Date: Thu, 03 Apr 2014 07:00:03 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: de03c3164accc21311c39327601fcdd95da301f3
      
https://github.com/qemu/qemu/commit/de03c3164accc21311c39327601fcdd95da301f3
  Author: Andreas Färber <address@hidden>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M include/qemu/bswap.h

  Log Message:
  -----------
  bswap: Fix build on FreeBSD 10.0

FreeBSD 10.0-RELEASE has bswap16() etc. macros defined in sys/endian.h,
which leads to a conflict with our static inline definitions.

Force using the system version of the macros.

Signed-off-by: Andreas Färber <address@hidden>
Tested-by: Ed Maste <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

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