Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro
authorTom Lane <[email protected]>
Tue, 24 Jan 2006 16:38:50 +0000 (16:38 +0000)
committerTom Lane <[email protected]>
Tue, 24 Jan 2006 16:38:50 +0000 (16:38 +0000)
commit69e50a0f77beb0731d7ad51527bcf01f523b58f1
treecda9bd3adf0cd2120cfee5cde06876d08ad5b539
parenta20dcfe45ddf3cf01263db62f76893c71d6d0381
Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro
provided by configure, instead.  Per bug #2205.
src/backend/libpq/pqcomm.c
src/interfaces/libpq/fe-secure.c