diff options
author | sbz <sbz@FreeBSD.org> | 2011-12-08 21:33:18 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2011-12-08 21:33:18 +0800 |
commit | 5b01fbc72b4ccd466121975826a3003f2f7b5074 (patch) | |
tree | 5543eee1368a942d20c5ae10df29aa1c4cfc9921 /net/hexinject | |
parent | 50ea40a243c4c028e70428a0c341f45b572d5194 (diff) | |
download | freebsd-ports-gnome-5b01fbc72b4ccd466121975826a3003f2f7b5074.tar.gz freebsd-ports-gnome-5b01fbc72b4ccd466121975826a3003f2f7b5074.tar.zst freebsd-ports-gnome-5b01fbc72b4ccd466121975826a3003f2f7b5074.zip |
- Remove non needed patches
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes
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; - } - |