freebsd-ports/benchmarks/dbs/files/patch-src__record.h
Martin Wilke 90c22c44a4 - Fix build for 9 and above
- Add USE_PERL5_RUN
- Support CFLAGS properly
- Support PORTDOCS/PORTEXAMPLES/PLIST_FILES

PR:		168021
Submitted by:	Ports Fury
2012-05-21 03:10:02 +00:00

12 lines
314 B
C

--- src/record.h.orig 1997-10-13 09:36:38.000000000 +0900
+++ src/record.h 2012-04-29 03:08:53.000000000 +0900
@@ -69,7 +69,9 @@
#include <netinet/tcp.h>
#ifndef __linux__
+#ifndef __FreeBSD__
#include <netinet/in_pcb.h>
+#endif
#include <netinet/ip_var.h>
#include <netinet/tcpip.h>
/*#define TCPSTATES*/