Please, 

which commit/version of the source do you use?

> >int. That's another issue. Changing the if … FALSE;
> >to
> >   unsetenv(CS name);
> >
> >should work.
> 
> I still get
> 
> gcc environment.c
> environment.c: In function `cleanup_environment':
> environment.c:54: void value not ignored as it ought to be
> Makefile:624: recipe for target 'environment.o' failed

Please attach the environment.c file and send it to me.


Replace:
    if (unsetenv(CS name) < 0) return FALSE;
    else p = USS environ; /* RESTART from the beginning */

with:
    unsetenv(CS name);
    p = USS environ;

-- 
Heiko

Attachment: signature.asc
Description: Digital signature

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##
  • Re: [exim... The Doctor
    • [exi... Heiko Schlittermann
      • ... The Doctor
        • ... Heiko Schlittermann
          • ... Heiko Schlittermann
            • ... The Doctor, 3328-138 Ave Edmonton AB T5Y 1M4, 669-2000, 473-4587
              • ... Heiko Schlittermann
                • ... The Doctor, 3328-138 Ave Edmonton AB T5Y 1M4, 669-2000, 473-4587
    • Re: ... The Doctor
    • Re: ... Andrew C Aitchison

Reply via email to