From fd65489a887c98a34ab65e57f2f20fcfeb44b027 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 27 May 2005 15:21:48 +0000 Subject: Remove BYTE_PACK. --- cpukit/libnetworking/netinet/if_ether.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cpukit/libnetworking/netinet/if_ether.h') diff --git a/cpukit/libnetworking/netinet/if_ether.h b/cpukit/libnetworking/netinet/if_ether.h index fba219ac35..191b08e452 100644 --- a/cpukit/libnetworking/netinet/if_ether.h +++ b/cpukit/libnetworking/netinet/if_ether.h @@ -40,10 +40,6 @@ #include #include -#ifndef BYTE_PACK -#define BYTE_PACK __attribute__((packed)) -#endif - #ifdef _KERNEL /* * Macro to map an IP multicast address to an Ethernet multicast address. @@ -71,7 +67,7 @@ * RFC 826. */ struct ether_arp { - struct arphdr ea_hdr BYTE_PACK; /* fixed-size header */ + struct arphdr ea_hdr; /* fixed-size header */ u_char arp_sha[ETHER_ADDR_LEN]; /* sender hardware address */ u_char arp_spa[4]; /* sender protocol address */ u_char arp_tha[ETHER_ADDR_LEN]; /* target hardware address */ @@ -83,7 +79,6 @@ struct ether_arp { #define arp_pln ea_hdr.ar_pln #define arp_op ea_hdr.ar_op - struct sockaddr_inarp { u_char sin_len; u_char sin_family; -- cgit v1.2.3