[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange effect of mimeheardes changes?



On  4-Dec-00 at 20:00, Matti Aarnio (mea@nic.funet.fi) wrote:

> See  router/functions.c  file  for   run_homedir():

> #ifdef __osf__
>                   if (errno == EINVAL) return 2;
> #endif

Ouch!  Yes, this was exactly the place that I had to modify in mailbox.c
to work with my custom getpwnam (i.e. removed #ifdef __osf__).
Now I see the light...

Eugene