I just did a check on trunk to make sure things are OK on OS X and it will no longer compile:<br>
<br>
<br>
../Libifl/pbsD_connect.c: In function 'send_unix_creds':<br>
../Libifl/pbsD_connect.c:545: error: 'SCM_CREDENTIALS' undeclared (first use in this function)<br>
../Libifl/pbsD_connect.c:545: error: (Each undeclared identifier is reported only once<br>
../Libifl/pbsD_connect.c:545: error: for each function it appears in.)<br>
../Libifl/pbsD_connect.c:548: error: 'struct ucred' has no member named 'uid'<br>
../Libifl/pbsD_connect.c:549: error: 'struct ucred' has no member named 'gid'<br>
../Libifl/pbsD_connect.c:550: error: 'struct ucred' has no member named 'pid'<br>
<br>
<br>
Looks like the configure test is going to have to be changed a bit so the unix sockets are not enabled on OS X.