DESC Remove perror() calls from libold.c EDESC In libold.c:old_connect() we call perror() if some functions fail. That's ugly and useless, so this patch removes those calls.