Forum OpenACS Development: File sock.c in version 4.99.17d5

Dear Gustav,
I've just tried to compile version 4.99.17d5.
In order to achieve that I had to change line 1328 in file sock.c from
(void) poll(&sockfd, 1, 100);
to
(void) ns_poll(&sockfd, 1, 100);

Is this OK, can it be included in the code base?

Thank you very much in advance,
Maurizio

Collapse
Posted by Gustaf Neumann on
we are in the midst of larger some larger changes in the NaviServer guts (e.g. allow client connection to host names having multiple IP addresses registered). This is usually firstly developed under mac + linux, so some windows glitches are not unlikely. Using the "ns_"prefix is correct, this is fixed now on bitbucket.

All versions having a *d* in the version number are development versions, not releases.

Collapse
Posted by Maurizio Martignano on
Dear Gustaf,
as always,
thank you very very much for your work.

Maurizio