Displaying 1 result from an estimated 1 matches for "write_sock".
Did you mean:
write_lock
2006 Jan 06
1
Repost: Help - compilation of winbind_nss_solaris.c/3.0.21a/Solaris 7 and older fails
...n.c
/smb/tmp/samba-3.0.21a/source/nsswitch/wb_common.c
237c237,238
< int connect_errno = 0, errnosize;
---
> int connect_errno = 0;
> socklen_t errnosize;
545a547,551
>
> if ((request->extra_len != 0) &&
> (write_sock(request->extra_data, request->extra_len,
request->flags & WBFLAG_RECURSE) == -1)) {
> return NSS_STATUS_UNAVAIL;
> }
----------------------
Configure
./configure --with-acl-support --with-ldap=no --disable-cups
--enable-static=yes --with-included-popt...