diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2017-01-22 22:11:24 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2017-01-22 22:11:24 +0000 |
commit | 2b8c20291d7fdc61d894c5aa09db429b6365b025 (patch) | |
tree | e66739f4aa6338d5c67b3d18b2b818faf3f1ed9f /security/pev/files/patch-src_config.c | |
parent | net-mgmt/icingaweb2: (diff) |
- Update to 0.80
Notes
Notes:
svn path=/head/; revision=432167
Diffstat (limited to 'security/pev/files/patch-src_config.c')
-rw-r--r-- | security/pev/files/patch-src_config.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pev/files/patch-src_config.c b/security/pev/files/patch-src_config.c new file mode 100644 index 000000000000..4f55d3f63856 --- /dev/null +++ b/security/pev/files/patch-src_config.c @@ -0,0 +1,11 @@ +--- src/config.c.orig 2017-01-06 22:27:18 UTC ++++ src/config.c +@@ -40,7 +40,7 @@ + #include <string.h> + #if defined(__linux__) + #include <linux/limits.h> +-#elif defined(__NetBSD__) ++#elif defined(__NetBSD__) || defined(__FreeBSD__) + #include <limits.h> + #elif defined(__APPLE__) + #include <sys/syslimits.h> |