diff options
author | smace <smace@FreeBSD.org> | 2002-11-24 05:24:11 +0000 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 2002-11-24 05:24:11 +0000 |
commit | e8d01459c7152febdac720fe13cd1835f40ad1ba (patch) | |
tree | 8355116dd7b9ba7f90a2185a084acfe3de1530da /net-mgmt | |
parent | 33e464c2db48bfcbe97d1095e1240fce6e0ece36 (diff) | |
download | FreeBSD-ports-e8d01459c7152febdac720fe13cd1835f40ad1ba.zip FreeBSD-ports-e8d01459c7152febdac720fe13cd1835f40ad1ba.tar.gz |
Patches now included in original dist.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/tcpreplay/files/patch-list.c | 10 | ||||
-rw-r--r-- | net-mgmt/tcpreplay/files/patch-tree.c | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/net-mgmt/tcpreplay/files/patch-list.c b/net-mgmt/tcpreplay/files/patch-list.c deleted file mode 100644 index 1cdaff5..0000000 --- a/net-mgmt/tcpreplay/files/patch-list.c +++ /dev/null @@ -1,10 +0,0 @@ ---- list.c.orig Wed Oct 9 17:39:36 2002 -+++ list.c Wed Oct 9 17:39:44 2002 -@@ -8,6 +8,7 @@ - - #include <stdlib.h> - #include <string.h> -+#include <sys/types.h> - #include <regex.h> - #include <errno.h> - diff --git a/net-mgmt/tcpreplay/files/patch-tree.c b/net-mgmt/tcpreplay/files/patch-tree.c deleted file mode 100644 index 68b00d2..0000000 --- a/net-mgmt/tcpreplay/files/patch-tree.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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> - |