Fix the compilation warning.

This commit is contained in:
ru 2000-10-12 10:42:32 +00:00
parent f301e0c8ed
commit 3df47d29ba

View File

@ -668,7 +668,7 @@ found:
*/
if (mff || ip->ip_off) {
ipstat.ips_fragments++;
m->m_pkthdr.header = ip;
m->m_pkthdr.header = (caddr_t)ip;
#ifdef IPDIVERT
m = ip_reass(m,
fp, &ipq[sum], &divert_info, &divert_cookie);