components/sendmail/patches/conf.h.patch
author John Beck <John.Beck@Oracle.COM>
Tue, 04 Apr 2017 16:12:22 -0700
changeset 7829 2de4f4ace09c
permissions -rw-r--r--
25766761 prepare Userland for 11.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7829
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
This patch comes from in-house; it will be submitted upstream once the
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
S12 -> 11.4 name change has been announced.
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
--- sendmail-8.15.2/include/sm/conf.h.orig	2015-06-17 09:51:58.000000000 +0000
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
+++ sendmail-8.15.2/include/sm/conf.h	2017-03-28 08:06:57.565907621 +0000
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
@@ -473,9 +473,9 @@
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
 #   ifndef HASGETUSERSHELL
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
 #    define HASGETUSERSHELL 0	/* getusershell(3) causes core dumps pre-2.7 */
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
 #   endif /* ! HASGETUSERSHELL */
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
-#   if SOLARIS < 21200
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
-#    define SIGWAIT_TAKES_1_ARG	1	/* S12 moves to UNIX V7 semantic */
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
-#   endif /* SOLARIS < 21200 */
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
+#   if SOLARIS < 21140
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
+#    define SIGWAIT_TAKES_1_ARG	1	/* S11.4 moves to UNIX V7 semantic */
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
+#   endif /* SOLARIS < 21140 */
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
 
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
 #  else /* SOLARIS */
2de4f4ace09c 25766761 prepare Userland for 11.4
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
 			/* SunOS 4.0.3 or 4.1.x */