From: <htd...@li...> - 2001-12-20 07:08:32
|
On Thu, Dec 20, 2001 at 01:53:23AM -0500, Geoff Hutchison wrote: > On Thu, 20 Dec 2001 htd...@li... 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 (ch...@th...) |