• Patch: Elm ME+ 2.5 PLalpha46 -> Elm ME+ 2.5 PLalpha47 [6/7] (1/5)

    From Kari Hurtta@21:1/5 to All on Sat Feb 10 14:47:10 2018
    XPost: alt.sources

    Archive-name: elmME+2.5/PLalpha47.6

    Elm ME+ 2.5 PLalpha47

    Before applying patch catenate parts 1 - 7 first.
    Also it should be possible to apply parts 1 - 7
    individually.

    Part 0 does not include patch.

    This patch is agaist Elm ME+ 2.5 PLalpha46

    ====================================== ( part 6/7 ) =========
    Index: elmME+.2.5.alpha47-cvs/shared_libs/resolv/resolv.c
    *** elmME+.2.5.alpha46/shared_libs/resolv/resolv.c 2017-09-13 19:32:05.000000000 +0300
    --- elmME+.2.5.alpha47-cvs/shared_libs/resolv/resolv.c 2018-02-03 20:49:14.000000000 +0200
    ***************
    *** 1,7 ****
    ! static char rcsid[] = "@(#)$Id: resolv.c,v 1.15 2017/09/10 13:29:58 hurtta Exp $";

    /******************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 1.15 $ $State: Exp $
    *
    * Author: Kari Hurtta <hurtta+elm@siilo.FMI.FI>
    * or Kari Hurtta <elm@elmme-mailer.org>
    --- 1,7 ----
    ! static char rcsid[] = "@(#)$Id: resolv.c,v 1.25 2018/02/03 18:49:14 hurtta Exp $";

    /******************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 1.25 $ $State: Exp $
    *
    * Author: Kari Hurtta <hurtta+elm@siilo.FMI.FI>
    * or Kari Hurtta <elm@elmme-mailer.org>
    ***************
    *** 19,28 ****
    extern int h_errno;
    #endif
    #include <errno.h>
    ! #ifndef ANSI_C
    extern int errno;
    #endif


    #if ANSI_C
    #define S_(x) static x;
    ---