Fix a warning.

This commit is contained in:
peter 1999-11-18 06:29:57 +00:00
parent 0bc8a626de
commit 0630e91e80

View File

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