summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/mbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/sys/mbuf.h')
-rw-r--r--cpukit/libnetworking/sys/mbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/sys/mbuf.h b/cpukit/libnetworking/sys/mbuf.h
index c5e34fce11..813d920c7b 100644
--- a/cpukit/libnetworking/sys/mbuf.h
+++ b/cpukit/libnetworking/sys/mbuf.h
@@ -83,7 +83,7 @@ struct m_hdr {
*/
struct pkthdr {
struct ifnet *rcvif; /* rcv interface */
- int len; /* total packet length */
+ int32_t len; /* total packet length */
};
/*