On Thu, Dec 20, 2001 at 01:53:23AM -0500, Geoff Hutchison wrote:
> On Thu, 20 Dec 2001 [EMAIL PROTECTED] wrote:
> 
> >         l = sizeof(sa_client);
> >         if ((getpeername(sock_in, &sa_client, &l)) < 0) {
> 
> That's fine, but what's the declaration for l?

        NET_SIZE_T l;

NET_SIZE_T is effectively size_t for all SVR4 systems. It's hard-coded
for other platforms in src/include/ap_config.h.

-- 
albert chin ([EMAIL PROTECTED])

_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to