pgsql: Fix prototype of pgwin32_bind(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix prototype of pgwin32_bind().
Date
Msg-id E1aqhZK-00026J-5N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix prototype of pgwin32_bind().

I (tgl) had copied-and-pasted this from pgwin32_accept(), failing to
notice that the third parameter should be "int" not "int *".

David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/22989a8e34168f576e0f90b16fc3edabd28c40e6

Modified Files
--------------
src/backend/port/win32/socket.c | 2 +-
src/include/port/win32.h        | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: Re: pgsql: Provide errno-translation wrappers around bind() and listen() on
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Provide errno-translation wrappers around bind() and listen() on