Deleted Added
full compact
33c33
< __FBSDID("$FreeBSD: head/sys/netinet/tcp_output.c 287775 2015-09-14 08:36:22Z hselasky $");
---
> __FBSDID("$FreeBSD: head/sys/netinet/tcp_output.c 289276 2015-10-14 00:35:37Z hiren $");
76a77,79
> #ifdef TCPPCAP
> #include <netinet/tcp_pcap.h>
> #endif
1307a1311,1315
> #ifdef TCPPCAP
> /* Save packet, if requested. */
> tcp_pcap_add(th, m, &(tp->t_outpkts));
> #endif
>
1350a1359,1363
> #ifdef TCPPCAP
> /* Save packet, if requested. */
> tcp_pcap_add(th, m, &(tp->t_outpkts));
> #endif
>