freebsd-ports/net-mgmt/tcptrack/files/patch-headers.h
Kurt Jaeger db3c6866af net-mgmt/tcptrack: 1.3.0 -> 1.4.2
- While here, fix build and add staging
- TODO: binary still segfaults

PR:		191902
Submitted by:	pkubaj@riseup.net
2014-08-25 10:53:14 +00:00

10 lines
393 B
C

--- src/headers.h-orig 2014-07-18 09:58:12.000000000 +0200
+++ src/headers.h 2014-07-18 09:58:31.000000000 +0200
@@ -120,7 +120,6 @@
#define TH_URG 0x20
#define TH_ECE 0x40
#define TH_CWR 0x80
- #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
u_short th_win; /* window */
u_short th_sum; /* checksum */
u_short th_urp; /* urgent pointer */