From e2542fe2bce6756948dffe2d233d154a9e25bd35 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:13:06 +0200 Subject: rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- slirp/tcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slirp/tcp.h') diff --git a/slirp/tcp.h b/slirp/tcp.h index c65ed43423..c7e3457b7a 100644 --- a/slirp/tcp.h +++ b/slirp/tcp.h @@ -50,7 +50,7 @@ struct tcphdr { u_int16_t th_dport; /* destination port */ tcp_seq th_seq; /* sequence number */ tcp_seq th_ack; /* acknowledgement number */ -#ifdef WORDS_BIGENDIAN +#ifdef HOST_WORDS_BIGENDIAN u_int th_off:4, /* data offset */ th_x2:4; /* (unused) */ #else -- cgit v1.2.1