1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98996

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);