Skip to content
Snippets Groups Projects
Commit 9de156f1 authored by Tom Lane's avatar Tom Lane
Browse files

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...
parent 8f921631
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment