summaryrefslogtreecommitdiff
path: root/net/tcptrace/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcptrace/patches/patch-ab')
-rw-r--r--net/tcptrace/patches/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/tcptrace/patches/patch-ab b/net/tcptrace/patches/patch-ab
new file mode 100644
index 00000000000..0c77ba1c752
--- /dev/null
+++ b/net/tcptrace/patches/patch-ab
@@ -0,0 +1,17 @@
+--- missing.c.orig Sat Jul 19 12:27:08 1997
++++ missing.c Sat Jul 19 12:28:53 1997
+@@ -5,7 +5,14 @@
+ #include <stdio.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <sys/time.h>
+ #include <net/if.h>
++#if __FreeBSD__ >= 2
++#include <osreldate.h>
++#if __FreeBSD_version >= 300000
++#include <net/if_var.h>
++#endif
++#endif
+ #include <netinet/in.h>
+ #include <netinet/if_ether.h>
+