svn commit: r261365 - stable/10/contrib/sendmail/include/sm/os

Gregory Neil Shapiro gshapiro at FreeBSD.org
Sat Feb 1 22:32:46 UTC 2014


Author: gshapiro
Date: Sat Feb  1 22:32:45 2014
New Revision: 261365
URL: http://svnweb.freebsd.org/changeset/base/261365

Log:
  MFC: Remove local FreeBSD workaround now that upstream project has a better fix.

Modified:
  stable/10/contrib/sendmail/include/sm/os/sm_os_freebsd.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/sendmail/include/sm/os/sm_os_freebsd.h
==============================================================================
--- stable/10/contrib/sendmail/include/sm/os/sm_os_freebsd.h	Sat Feb  1 22:29:04 2014	(r261364)
+++ stable/10/contrib/sendmail/include/sm/os/sm_os_freebsd.h	Sat Feb  1 22:32:45 2014	(r261365)
@@ -39,7 +39,3 @@
 #ifndef SM_CONF_MSG
 # define SM_CONF_MSG	1
 #endif /* SM_CONF_MSG */
-
-#ifndef SM_IPNODEBYNAME_FLAGS
-# define SM_IPNODEBYNAME_FLAGS	AI_DEFAULT|AI_ALL
-#endif /* SM_IPNODEBYNAME_FLAGS */


More information about the svn-src-stable-10 mailing list