The Doctor <doc...@doctor.nl2k.ab.ca> (Mi 02 Mär 2016 22:24:23 CET):
> Got a problem compiling this
> 
> This line
> 
> if (unsetenv(CS *name) < 0) return FALSE;

Which commit do you use? My line reads

    if (unsetenv(CS name) < 0) return FALSE;

(Note the missing *)

As written in the PM, your unsetenv() returns void, my returns
int. That's another issue. Changing the if … FALSE;
to
    unsetenv(CS name);

should work.

    Best regards from Dresden/Germany
    Viele Grüße aus Dresden
    Heiko Schlittermann
-- 
 SCHLITTERMANN.de ---------------------------- internet & unix support -
 Heiko Schlittermann, Dipl.-Ing. (TU) - {fon,fax}: +49.351.802998{1,3} -
 gnupg encrypted messages are welcome --------------- key ID: F69376CE -
 ! key id 7CBF764A and 972EAC9F are revoked since 2015-01 ------------ -

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