Josef,
I just ran your patch (after fixing all the wrapped
lines from the email) on the 5.3 code and it worked
like a charm.  I still had to do my original cast
changes to get it to compile.  Probably due to
something I have mucked up on my system.  The changes
were:

line 129 of osrng.cpp

int len = read(m_fd, output, STDMIN((unsigned
int)size, (unsigned int)INT_MAX));


line 167 of socketft.cpp
socket_t s = accept(m_s, psa, (::socklen_t *)psaLen);


line 178 of socketft.cpp
CheckAndHandleError_int("getsockname",
getsockname(m_s, psa, (::socklen_t *)psaLen));


Josef your a god send for supplying the patch and
thanks to Florian and Jessica as well as everyone else
who helped.  No more Undefined symbols.

Dave



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to