"MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> writes:
> 'never mind. It's a HP-UX specific stuff. The problem shows up because of > the following reason : > > On HP-UX, accept has the following syntax (by default) > int accept(int s, void *addr, int *addrlen); > > AND, socklen_t is also available. Thus, apache assumes the accept to be > something like : > int accept(int s, struct sockaddr *addr, socklen_t *addrlen); > > the problem should go away if I define _XOPEN_SOURCE_EXTENDED.. > Question : can I safely assume that apache is Unix98 / X-Open sockets > compatible ??. Sure :) (If a bunch of the current warnings on HP-UX go away that is a good sign.) -- Jeff Trawick | [EMAIL PROTECTED] Born in Roswell... married an alien...
