diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/tcpreplay/files/patch-tree.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/tcpreplay/files/patch-tree.c b/net-mgmt/tcpreplay/files/patch-tree.c new file mode 100644 index 000000000000..68b00d23455d --- /dev/null +++ b/net-mgmt/tcpreplay/files/patch-tree.c @@ -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> + |