summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net/ethernet.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-22 05:46:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-22 05:46:58 +0000
commita328cd15da8dcdddc321a462ab96f93c3b7dcd4c (patch)
tree659a4e12aa6e139a00579771b25b978de5e91ae9 /cpukit/libnetworking/net/ethernet.h
parent2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a328cd15da8dcdddc321a462ab96f93c3b7dcd4c.tar.bz2
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
* libnetworking/net/ethernet.h: Remove BYTE_PACK.
Diffstat (limited to 'cpukit/libnetworking/net/ethernet.h')
-rw-r--r--cpukit/libnetworking/net/ethernet.h2
1 files changed, 1 insertions, 1 deletions
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;
};
/*