From 954e959146d865ab28c96691ae43213829e528de Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 May 2005 03:42:44 +0000 Subject: Define BYTE_PACK. --- cpukit/libnetworking/netinet/tcp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/libnetworking/netinet/tcp.h') diff --git a/cpukit/libnetworking/netinet/tcp.h b/cpukit/libnetworking/netinet/tcp.h index 131d8011cf..9abe92627a 100644 --- a/cpukit/libnetworking/netinet/tcp.h +++ b/cpukit/libnetworking/netinet/tcp.h @@ -37,6 +37,10 @@ #ifndef _NETINET_TCP_H_ #define _NETINET_TCP_H_ +#ifndef BYTE_PACK +#define BYTE_PACK __attribute__((packed)) +#endif + typedef u_long tcp_seq; typedef u_long tcp_cc; /* connection count per rfc1644 */ -- cgit v1.2.3