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
This commit is contained in:
Gregory Neil Shapiro 2023-01-15 21:25:39 +00:00
parent 3413ee88c3
commit f97a19ecb9
1 changed files with 1 additions and 5 deletions

View File

@ -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