aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2023-01-15 21:25:39 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2023-01-15 21:25:39 +0000
commitf97a19ecb98541455c6c940f4bab2dc7dc425468 (patch)
treea9c42c319be2ce0c55656fb18ab3072e4bc7f4c4 /contrib/sendmail
parent3413ee88c39dbfedfa7d00db536a8e8dc073a562 (diff)
downloadsrc-f97a19ecb98541455c6c940f4bab2dc7dc425468.tar.gz
src-f97a19ecb98541455c6c940f4bab2dc7dc425468.zip
sendmail 8.17.1 included this fix, though in a different location so
removing the FreeBSD local code in favor of the vendor branch version
Diffstat (limited to 'contrib/sendmail')
-rw-r--r--contrib/sendmail/include/sm/os/sm_os_freebsd.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/sendmail/include/sm/os/sm_os_freebsd.h b/contrib/sendmail/include/sm/os/sm_os_freebsd.h
index fb00760a4301..db7dbf2b61cd 100644
--- a/contrib/sendmail/include/sm/os/sm_os_freebsd.h
+++ b/contrib/sendmail/include/sm/os/sm_os_freebsd.h
@@ -37,11 +37,7 @@
# define SM_CONF_SHM 1
#endif
#ifndef SM_CONF_SEM
-# if __FreeBSD_version >= 1200059
-# define SM_CONF_SEM 2 /* union semun is no longer declared by default */
-# else
-# define SM_CONF_SEM 1
-# endif
+# define SM_CONF_SEM 1
#endif
#ifndef SM_CONF_MSG
# define SM_CONF_MSG 1