components/sendmail/patches/conf.h.patch
changeset 7829 2de4f4ace09c
equal deleted inserted replaced
7828:f7ee70770225 7829:2de4f4ace09c
       
     1 This patch comes from in-house; it will be submitted upstream once the
       
     2 S12 -> 11.4 name change has been announced.
       
     3 
       
     4 --- sendmail-8.15.2/include/sm/conf.h.orig	2015-06-17 09:51:58.000000000 +0000
       
     5 +++ sendmail-8.15.2/include/sm/conf.h	2017-03-28 08:06:57.565907621 +0000
       
     6 @@ -473,9 +473,9 @@
       
     7  #   ifndef HASGETUSERSHELL
       
     8  #    define HASGETUSERSHELL 0	/* getusershell(3) causes core dumps pre-2.7 */
       
     9  #   endif /* ! HASGETUSERSHELL */
       
    10 -#   if SOLARIS < 21200
       
    11 -#    define SIGWAIT_TAKES_1_ARG	1	/* S12 moves to UNIX V7 semantic */
       
    12 -#   endif /* SOLARIS < 21200 */
       
    13 +#   if SOLARIS < 21140
       
    14 +#    define SIGWAIT_TAKES_1_ARG	1	/* S11.4 moves to UNIX V7 semantic */
       
    15 +#   endif /* SOLARIS < 21140 */
       
    16  
       
    17  #  else /* SOLARIS */
       
    18  			/* SunOS 4.0.3 or 4.1.x */