m_extadd takes a void (*freef)(void *, void *) now, not a
void (*freef)(caddr_t, void *).
This commit is contained in:
parent
64f0b9d749
commit
337f75e11c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user