diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2011-12-08 13:33:18 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2011-12-08 13:33:18 +0000 |
commit | ca2e4b98f82c20dc9dd343a819dc3523eea97653 (patch) | |
tree | bbcfce21194b00caa1029fd20ad3a4d0c6cc96f2 /net/hexinject | |
parent | 7b2e4b733a03786d11f379b67720f029fdb26b55 (diff) |
Notes
Diffstat (limited to 'net/hexinject')
-rw-r--r-- | net/hexinject/files/patch-hexinject.c | 13 |
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; - } - |