On Wed, Jul 14, 1999 at 12:58:27PM +1100, Brian Salter-Duke wrote:
> >AIX 3.2.5 doesn't have fchdir(2).
> >
> >Try replacing
> >
> > if (fchdir(fdsourcedir) == -1)
> >
> >with
> > if (chdir(".") == -1)
Looks like my (broken) suggestion a few years back (mine was a 3.2.4 system).
I have just tried to compile qmail on AIX 3.2.5 and it failed. I
searched the archives and found some one who had the identical
error. There was a reply that suggested a fix and then a reply
from Bruno Wolff III on 26 August 1998 that suggested this
would not work. Here is that reply that contain