summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-27 18:03:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-27 18:03:50 +0000
commit11cdbebd585380dfd5b030612158b083cee50ad4 (patch)
tree253d3364167c767795bd846f99be919dec373dc2 /cpukit/libnetworking/sys
parentSplit out the routine rtems_assoc_name_bad(). (diff)
downloadrtems-11cdbebd585380dfd5b030612158b083cee50ad4.tar.bz2
Patch from Eric Norum <eric@pollux.usask.ca> to eliminate a panic when the
network stack runs out of mbufs.
Diffstat (limited to 'cpukit/libnetworking/sys')
-rw-r--r--cpukit/libnetworking/sys/mbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libnetworking/sys/mbuf.h b/cpukit/libnetworking/sys/mbuf.h
index b380b3fca3..00f8a13a5c 100644
--- a/cpukit/libnetworking/sys/mbuf.h
+++ b/cpukit/libnetworking/sys/mbuf.h
@@ -410,6 +410,7 @@ int m_clalloc __P((int, int));
void m_copyback __P((struct mbuf *, int, int, caddr_t));
void m_copydata __P((struct mbuf *,int,int,caddr_t));
void m_freem __P((struct mbuf *));
+void m_reclaim __P((void));
#ifdef MBTYPES
int mbtypes[] = { /* XXX */