diff options
Diffstat (limited to 'community/openvas-libraries/001-maxhostnamelen.patch')
-rw-r--r-- | community/openvas-libraries/001-maxhostnamelen.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/openvas-libraries/001-maxhostnamelen.patch b/community/openvas-libraries/001-maxhostnamelen.patch deleted file mode 100644 index 373554d4ab..0000000000 --- a/community/openvas-libraries/001-maxhostnamelen.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/misc/pcap.c b/misc/pcap.c -index 125ea24..fa24299 100644 ---- a/misc/pcap.c -+++ b/misc/pcap.c -@@ -16,6 +16,7 @@ - * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -+#include <sys/param.h> - #include <netinet/in.h> - #include <resolv.h> - #include <pcap.h> |