summaryrefslogtreecommitdiff
path: root/databases/pgpool2/patches/patch-src_main_pgpool__main.c
blob: 868929afa5dfe6a4632c40834b0325d6656c15cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-src_main_pgpool__main.c,v 1.1 2021/04/28 09:18:55 wiz Exp $

--- src/main/pgpool_main.c.orig	2021-04-24 00:39:53.017132316 +0300
+++ src/main/pgpool_main.c	2021-04-24 00:40:56.172455323 +0300
@@ -33,10 +33,8 @@
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/wait.h>
-
-#ifdef  __FreeBSD__
+#include <sys/syslog.h>
 #include <netinet/in.h>
-#endif
 
 #include "pool.h"
 #include "version.h"