From 76b6085f0a31379f1c9869059a55bec9c7c2fee9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 2 Nov 2002 16:27:43 +0000 Subject: 2002-11-02 Ralf Corsepius * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress warning. --- cpukit/libnetworking/ChangeLog | 5 +++++ cpukit/libnetworking/kern/uipc_mbuf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog index e0223200a6..6d2a494d09 100644 --- a/cpukit/libnetworking/ChangeLog +++ b/cpukit/libnetworking/ChangeLog @@ -1,3 +1,8 @@ +2002-11-02 Ralf Corsepius + + * kern/uipc_mbuf.c: Comment out m0 in m_copydata to suppress + warning. + 2002-11-01 Joel Sherrill * ChangeLog: Corrected. diff --git a/cpukit/libnetworking/kern/uipc_mbuf.c b/cpukit/libnetworking/kern/uipc_mbuf.c index 961be6e8b1..858d423456 100644 --- a/cpukit/libnetworking/kern/uipc_mbuf.c +++ b/cpukit/libnetworking/kern/uipc_mbuf.c @@ -367,7 +367,7 @@ m_copydata(m, off, len, cp) caddr_t cp; { register unsigned count; - struct mbuf *m0 = m; +/* struct mbuf *m0 = m; */ if (off < 0 || len < 0) panic("m_copydata"); -- cgit v1.2.3