Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/netinet/tcp_reass.c 54601 1999-12-14 15:43:56Z jlemon $
---
> * $FreeBSD: head/sys/netinet/tcp_reass.c 55009 1999-12-22 19:13:38Z shin $
276c276
< tcp_input(m, iphlen)
---
> tcp_input(m, off0, proto)
278c278
< int iphlen;
---
> int off0, proto;
279a280
> int iphlen = off0;