Hi Simon, * Simon Josefsson wrote on Sat, May 27, 2006 at 12:12:59PM CEST: > + int save_errno = errno;
You are using errno but not including <errno.h>. Cheers, Ralf
Hi Simon, * Simon Josefsson wrote on Sat, May 27, 2006 at 12:12:59PM CEST: > + int save_errno = errno;
You are using errno but not including <errno.h>. Cheers, Ralf