Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/netinet/ip_input.c 67334 2000-10-19 23:15:54Z joe $
---
> * $FreeBSD: head/sys/netinet/ip_input.c 67609 2000-10-26 12:18:13Z ru $
689,690d688
< /* Get the length of the reassembled packets header */
< hlen = IP_VHL_HL(ip->ip_vhl) << 2;
692a691,692
> /* Get the header length of the reassembled packet */
> hlen = IP_VHL_HL(ip->ip_vhl) << 2;