]> granicus.if.org Git - postgresql/commit
Type 'socklen_t' might be the right way to declare getsockopt()'s last
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Dec 1999 00:26:15 +0000 (00:26 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Dec 1999 00:26:15 +0000 (00:26 +0000)
commit9de156f116125728dc799130135988339467ccc4
tree8c7f73f87f604ffc5ac84b9975d8042174ee6026
parent8f9216313ae76f3a9d445fa7354218cd2131234f
Type 'socklen_t' might be the right way to declare getsockopt()'s last
parameter in some flavor of Unix, but Linux, HPUX, and SunOS all say
it's int.  For now I'm just going to make it int so that I can compile.
If the other way is actually necessary on some Unix somewhere, I guess
we will need a configure test...
src/interfaces/libpq/fe-connect.c