mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-06 05:12:11 +08:00
Fix warning in <sys/mbuf.h>
This commit is contained in:
parent
7c801d1b01
commit
cc2298f0dd
@ -637,7 +637,7 @@ m_cljset(struct mbuf *m, void *cl, int type)
|
||||
m->m_ext.ext_free = m->m_ext.ext_arg1 = m->m_ext.ext_arg2 = NULL;
|
||||
m->m_ext.ext_size = size;
|
||||
m->m_ext.ext_type = type;
|
||||
m->m_ext.ref_cnt = uma_find_refcnt(zone, cl);
|
||||
m->m_ext.ref_cnt = (volatile u_int *) uma_find_refcnt(zone, cl);
|
||||
m->m_flags |= M_EXT;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user