aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Henderson <bryanh@giraffe.netgate.net>1996-10-15 07:16:41 +0000
committerBryan Henderson <bryanh@giraffe.netgate.net>1996-10-15 07:16:41 +0000
commitec610a769625be41c2027f49696ce7b250fc05bc (patch)
tree97795a29d14a8c8f84fa93f1bd873966a82aa13a /src
parent682ccb81a0a746b50229bce98870b87bc926aa95 (diff)
downloadpostgresql-ec610a769625be41c2027f49696ce7b250fc05bc.tar.gz
postgresql-ec610a769625be41c2027f49696ce7b250fc05bc.zip
Remove 4th element of sigaction structure so it works on more platforms.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq/fe-connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index 72946d84067..01221829fc7 100644
--- a/src/interfaces/libpq/fe-connect.c
+++ b/src/interfaces/libpq/fe-connect.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.9 1996/10/10 08:20:09 bryanh Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.10 1996/10/15 07:16:41 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@@ -338,7 +338,7 @@ freePGconn(PGconn *conn)
static void
closePGconn(PGconn *conn)
{
- const struct sigaction ignore_action = {SIG_IGN, 0, 0, NULL};
+ const struct sigaction ignore_action = {SIG_IGN, 0, 0};
struct sigaction oldaction;
/* If connection is already gone, that's cool. No reason for kernel