aboutsummaryrefslogtreecommitdiff
path: root/net/hexinject
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2011-12-08 13:33:18 +0000
committerSofian Brabez <sbz@FreeBSD.org>2011-12-08 13:33:18 +0000
commitca2e4b98f82c20dc9dd343a819dc3523eea97653 (patch)
treebbcfce21194b00caa1029fd20ad3a4d0c6cc96f2 /net/hexinject
parent7b2e4b733a03786d11f379b67720f029fdb26b55 (diff)
downloadports-ca2e4b98f82c20dc9dd343a819dc3523eea97653.tar.gz
ports-ca2e4b98f82c20dc9dd343a819dc3523eea97653.zip
- Remove non needed patches
Approved by: jadawin@, miwi@ (mentors, implicit) Feature safe: yes
Notes
Notes: svn path=/head/; revision=287067
Diffstat (limited to 'net/hexinject')
-rw-r--r--net/hexinject/files/patch-hexinject.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/hexinject/files/patch-hexinject.c b/net/hexinject/files/patch-hexinject.c
deleted file mode 100644
index 369f0c093c5e..000000000000
--- a/net/hexinject/files/patch-hexinject.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./hexinject.c.orig 2011-06-11 15:56:47.000000000 +0200
-+++ ./hexinject.c 2011-06-28 18:11:46.000000000 +0200
-@@ -678,8 +678,8 @@
- }
-
- /* Set read timeout */
-- if(pcap_set_timeout(fp, -1) != 0) {
-- fprintf(stderr,"Unable to set read timeout: the interface may be already activated\n");
-+ if(pcap_set_timeout(fp, 1000) != 0) {
-+ fprintf(stderr,"Unable to set read timeout: the interface may be already activated (%s)\n", errbuf);
- return 1;
- }
-