Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/benchmarks/dbs/files/patch-src_record.h
16124 views
1
--- src/record.h.orig 1997-10-13 00:36:38 UTC
2
+++ src/record.h
3
@@ -69,7 +69,9 @@
4
#include <netinet/tcp.h>
5
6
#ifndef __linux__
7
+#ifndef __FreeBSD__
8
#include <netinet/in_pcb.h>
9
+#endif
10
#include <netinet/ip_var.h>
11
#include <netinet/tcpip.h>
12
/*#define TCPSTATES*/
13
14