qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] eb0480: curl: fix compilation on OpenBSD


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] eb0480: curl: fix compilation on OpenBSD
Date: Sat, 18 Mar 2017 10:30:11 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: eb048026aa818f4e4121829b7b413580d830e738
      
https://github.com/qemu/qemu/commit/eb048026aa818f4e4121829b7b413580d830e738
  Author: Paolo Bonzini <address@hidden>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M block/curl.c

  Log Message:
  -----------
  curl: fix compilation on OpenBSD

EPROTO is not found in OpenBSD.   We usually use EIO when no better
errno is available, do that here too.

Reported-by: Peter Maydell <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Peter Maydell <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>


  Commit: 6b3cca76dd3ae464e585f65dff03f431163b07fa
      
https://github.com/qemu/qemu/commit/6b3cca76dd3ae464e585f65dff03f431163b07fa
  Author: Paolo Bonzini <address@hidden>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M util/oslib-posix.c

  Log Message:
  -----------
  oslib-posix: fix compilation on OpenBSD

si_band is not found in OpenBSD.   It is marked as obsolescent in
POSIX, so we can delete it without any remorse.

Reported-by: Peter Maydell <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Peter Maydell <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/31d89228366c...6b3cca76dd3a

reply via email to

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