diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 180531a54b..e94a50b458 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2004-10-21 Ralf Corsepius + + * libnetworking/net/ethernet.h: Remove BYTE_PACK. + 2004-10-21 Ralf Corsepius * libnetworking/net/if.h; Cosmetical updates from FreeBSD. diff --git a/cpukit/libnetworking/net/ethernet.h b/cpukit/libnetworking/net/ethernet.h index 051e2bb960..ef78c59f3b 100644 --- a/cpukit/libnetworking/net/ethernet.h +++ b/cpukit/libnetworking/net/ethernet.h @@ -64,7 +64,7 @@ struct ether_header { u_char ether_dhost[ETHER_ADDR_LEN]; u_char ether_shost[ETHER_ADDR_LEN]; - u_short ether_type BYTE_PACK; + u_short ether_type; }; /*