summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libnetworking/net/ethernet.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 180531a54b..e94a50b458 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
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.
Remove if_poll* (Not implemented in RTEMS, abandoned by FreeBSD).
* libnetworking/net/if_ethersubr.c: 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;
};
/*