1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Remove non needed patches

Approved by:	jadawin@, miwi@ (mentors, implicit)
Feature safe:	yes
This commit is contained in:
Sofian Brabez 2011-12-08 13:33:18 +00:00
parent 7b2e4b733a
commit ca2e4b98f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287067

View File

@ -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;
}