diff options
author | smace <smace@FreeBSD.org> | 2002-11-24 13:24:11 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 2002-11-24 13:24:11 +0800 |
commit | e8d01459c7152febdac720fe13cd1835f40ad1ba (patch) | |
tree | 8355116dd7b9ba7f90a2185a084acfe3de1530da /net/tcpreplay | |
parent | 33e464c2db48bfcbe97d1095e1240fce6e0ece36 (diff) | |
download | freebsd-ports-gnome-e8d01459c7152febdac720fe13cd1835f40ad1ba.tar.gz freebsd-ports-gnome-e8d01459c7152febdac720fe13cd1835f40ad1ba.tar.zst freebsd-ports-gnome-e8d01459c7152febdac720fe13cd1835f40ad1ba.zip |
Patches now included in original dist.
Diffstat (limited to 'net/tcpreplay')
-rw-r--r-- | net/tcpreplay/files/patch-list.c | 10 | ||||
-rw-r--r-- | net/tcpreplay/files/patch-tree.c | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/net/tcpreplay/files/patch-list.c b/net/tcpreplay/files/patch-list.c deleted file mode 100644 index 1cdaff534ee1..000000000000 --- a/net/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/tcpreplay/files/patch-tree.c b/net/tcpreplay/files/patch-tree.c deleted file mode 100644 index 68b00d23455d..000000000000 --- a/net/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> - |