Fix a warning.
This commit is contained in:
parent
0bc8a626de
commit
0630e91e80
@ -956,7 +956,7 @@ void
|
||||
m_print(const struct mbuf *m)
|
||||
{
|
||||
int len;
|
||||
struct mbuf *m2;
|
||||
const struct mbuf *m2;
|
||||
|
||||
len = m->m_pkthdr.len;
|
||||
m2 = m;
|
||||
|
Loading…
Reference in New Issue
Block a user