diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-04-18 10:32:53 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-04-18 10:32:53 +0000 |
commit | 1ba25ff1834c3debfce4280885b7776a32faf5f0 (patch) | |
tree | 9e4d63e1eede138be11e15503186ae7c465b82ed /databases/pgpool-II-37/files/patch-src_auth_pool__hba.c | |
parent | devel/RStudio: unbreak with boost 1.67 (diff) |
New port: databases/pgpool-II-37
Repo-copy of databases/pgpool-II-36
PR: 227481
Submitted by: Franco Ricci <franco.ricc@gmail.com>
Diffstat (limited to 'databases/pgpool-II-37/files/patch-src_auth_pool__hba.c')
-rw-r--r-- | databases/pgpool-II-37/files/patch-src_auth_pool__hba.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/pgpool-II-37/files/patch-src_auth_pool__hba.c b/databases/pgpool-II-37/files/patch-src_auth_pool__hba.c new file mode 100644 index 000000000000..99d35e0be35f --- /dev/null +++ b/databases/pgpool-II-37/files/patch-src_auth_pool__hba.c @@ -0,0 +1,11 @@ +--- src/auth/pool_hba.c.orig 2018-04-11 05:37:54 UTC ++++ src/auth/pool_hba.c +@@ -29,6 +29,8 @@ + #include <string.h> + #include <errno.h> + #include <netdb.h> ++#include <arpa/inet.h> ++#include <netinet/in.h> + + #include "pool.h" + #include "auth/pool_hba.h" |