2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>

* libnetworking/net/ethernet.h: Remove BYTE_PACK.
This commit is contained in:
Ralf Corsepius
2004-10-22 05:46:58 +00:00
parent e0d833480e
commit a328cd15da
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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.
+1 -1
View File
@@ -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;
};
/*