OSDN Git Service

Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Jan 2006 16:38:42 +0000 (16:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Jan 2006 16:38:42 +0000 (16:38 +0000)
commit7a9d197fdabdddf2a3e8f2548e247247c2b7f702
tree8fd758bfa3f9e6d43e6a64ca45c87ba6231703ab
parent69f9fab1979b1733f2bb068c6f38cd744d80cb7a
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