1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Tcpreplay is distributed with libredblack 1.1.0, however,

libredblack 1.2 in the ports tree.

Fix tcpreplay to work with libredblack 1.2
This commit is contained in:
Scott Mace 2002-10-10 01:47:25 +00:00
parent fb728e9821
commit 845439fe24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67726
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- tree.c.orig Wed Oct 9 20:38:59 2002
+++ tree.c Wed Oct 9 20:39:06 2002
@@ -12,7 +12,6 @@
#include <err.h>
#include <libnet.h>
#include <redblack.h>
-#include <search.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -0,0 +1,10 @@
--- tree.c.orig Wed Oct 9 20:38:59 2002
+++ tree.c Wed Oct 9 20:39:06 2002
@@ -12,7 +12,6 @@
#include <err.h>
#include <libnet.h>
#include <redblack.h>
-#include <search.h>
#include <stdio.h>
#include <stdlib.h>