mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-22 03:28:58 +08:00
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
* libnetworking/net/ethernet.h: Remove BYTE_PACK.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* libnetworking/net/ethernet.h: Remove BYTE_PACK.
|
||||
|
||||
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* libnetworking/net/if.h; Cosmetical updates from FreeBSD.
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user