diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-01-06 08:42:12 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-01-06 08:42:12 +0000 |
commit | a22e5bb83ae87cf48c24a2653363727e9bd07b12 (patch) | |
tree | 70891a98454c72433c72480e2cd2521fc1685cad /security/gvm-libs/files/patch-base_networking.h | |
parent | - Connect security/py-python-gvm (diff) |
- New port: security/gvm-libs
This is the libraries module for the Greenbone Vulnerability Management
Solution.
It is used for the Greenbone Security Manager appliances and provides various
functionalities to support the integrated service daemons.
WWW: https://github.com/greenbone/gvm-libs
Notes
Notes:
svn path=/head/; revision=560472
Diffstat (limited to 'security/gvm-libs/files/patch-base_networking.h')
-rw-r--r-- | security/gvm-libs/files/patch-base_networking.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/gvm-libs/files/patch-base_networking.h b/security/gvm-libs/files/patch-base_networking.h new file mode 100644 index 000000000000..30522c372b00 --- /dev/null +++ b/security/gvm-libs/files/patch-base_networking.h @@ -0,0 +1,10 @@ +--- base/networking.h 2020-12-31 00:01:35.140537000 -0500 ++++ base/networking.h 2020-12-31 00:04:13.003782000 -0500 +@@ -27,6 +27,7 @@ + + #include "array.h" /* for array_t */ + ++#include <netinet/in.h> + #include <netdb.h> /* for struct in6_addr */ + + /** |