summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/kern/uipc_mbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/kern/uipc_mbuf.c')
-rw-r--r--cpukit/libnetworking/kern/uipc_mbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/kern/uipc_mbuf.c b/cpukit/libnetworking/kern/uipc_mbuf.c
index cc01e7201e..7461aa7618 100644
--- a/cpukit/libnetworking/kern/uipc_mbuf.c
+++ b/cpukit/libnetworking/kern/uipc_mbuf.c
@@ -221,7 +221,7 @@ m_prepend(struct mbuf *m, int len, int how)
static int MCFail;
struct mbuf *
-m_copym(struct mbuf *m, int off0, int len, int wait)
+m_copym(struct mbuf *m, int off0, uint32_t len, int wait)
{
struct mbuf *n, **np;
int off = off0;