m_extadd takes a void (*freef)(void *, void *) now, not a

void (*freef)(caddr_t, void *).
This commit is contained in:
Alfred Perlstein 2002-06-29 00:01:46 +00:00
parent 64f0b9d749
commit 337f75e11c

View File

@ -1078,7 +1078,7 @@ m_clget(struct mbuf *mb, int how)
void
m_extadd(struct mbuf *mb, caddr_t buf, u_int size,
void (*freef)(caddr_t, void *), void *args, short flags, int type)
void (*freef)(void *, void *), void *args, short flags, int type)
{
_mext_init_ref(mb);