Fix a warning.

This commit is contained in:
Peter Wemm 1999-11-18 06:29:57 +00:00
parent efa726dd8f
commit eed9fd425d
1 changed files with 1 additions and 1 deletions

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;