aboutsummaryrefslogtreecommitdiffstats
path: root/community/openvas-libraries/001-maxhostnamelen.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 09:35:47 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 11:24:37 +0000
commit0acae5bcf4210c651f8b2884b3afe2919631a56e (patch)
treedf1e860c23d261018dfdc21fcfd29ad34a80969f /community/openvas-libraries/001-maxhostnamelen.patch
parent9aa7e226c0e2b67540fa9ad3be7030a69d7829c7 (diff)
downloadaports-0acae5bcf4210c651f8b2884b3afe2919631a56e.tar.bz2
aports-0acae5bcf4210c651f8b2884b3afe2919631a56e.tar.xz
community/openvas-libraries: moved from testing
Diffstat (limited to 'community/openvas-libraries/001-maxhostnamelen.patch')
-rw-r--r--community/openvas-libraries/001-maxhostnamelen.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/openvas-libraries/001-maxhostnamelen.patch b/community/openvas-libraries/001-maxhostnamelen.patch
new file mode 100644
index 0000000000..373554d4ab
--- /dev/null
+++ b/community/openvas-libraries/001-maxhostnamelen.patch
@@ -0,0 +1,12 @@
+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>