mbox

[PULL] slirp: Various build fixes

Message ID 4FC47D46.1080001@siemens.com
State New
Headers show

Pull-request

git://git.kiszka.org/qemu.git queues/slirp

Message

Jan Kiszka May 29, 2012, 7:39 a.m. UTC
The following changes since commit 24f50d7ea5896a30b0e78f68884586bb8b40ff97:

  tcg/ppc: Handle _CALL_DARWIN being undefined on Darwin (2012-05-27 21:52:56 +0400)

are available in the git repository at:
  git://git.kiszka.org/qemu.git queues/slirp

Andreas Färber (3):
      slirp: Untangle TCPOLEN_* from TCPOPT_*
      slirp: Avoid statements without effect on Big Endian host
      slirp: Avoid redefining MAX_TCPOPTLEN

 slirp/ip.h         |   20 ++++++++------------
 slirp/tcp.h        |   13 ++++++++-----
 slirp/tcp_output.c |    1 +
 3 files changed, 17 insertions(+), 17 deletions(-)

Comments

Anthony Liguori May 30, 2012, 1:28 a.m. UTC | #1
On 05/29/2012 02:39 AM, Jan Kiszka wrote:
> The following changes since commit 24f50d7ea5896a30b0e78f68884586bb8b40ff97:
>
>    tcg/ppc: Handle _CALL_DARWIN being undefined on Darwin (2012-05-27 21:52:56 +0400)
>
> are available in the git repository at:
>    git://git.kiszka.org/qemu.git queues/slirp

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Andreas Färber (3):
>        slirp: Untangle TCPOLEN_* from TCPOPT_*
>        slirp: Avoid statements without effect on Big Endian host
>        slirp: Avoid redefining MAX_TCPOPTLEN
>
>   slirp/ip.h         |   20 ++++++++------------
>   slirp/tcp.h        |   13 ++++++++-----
>   slirp/tcp_output.c |    1 +
>   3 files changed, 17 insertions(+), 17 deletions(-)
>
>