Neil Conway <neilc@samurai.com> writes:
> I see the following error with the current CVS code:
> copy.c:425: `errno' undeclared (first use in this function)
Hmm. Needs a "#include <errno.h>" seemingly; but surely that error
has been there awhile?
(light dawns...) I'll bet it was masked by all the bogus "extern int
errno" declarations that we had till this afternoon. I didn't see the
failure here, because HPUX's header set seems to include <errno.h> in
some pretty basic place. Anywhere else failing for you?
regards, tom lane