svn commit: r261386 - stable/7/contrib/sendmail/include/sm/os

Gregory Neil Shapiro gshapiro at FreeBSD.org
Sun Feb 2 00:28:13 UTC 2014


Author: gshapiro
Date: Sun Feb  2 00:28:12 2014
New Revision: 261386
URL: http://svnweb.freebsd.org/changeset/base/261386

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

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

Modified: stable/7/contrib/sendmail/include/sm/os/sm_os_freebsd.h
==============================================================================
--- stable/7/contrib/sendmail/include/sm/os/sm_os_freebsd.h	Sun Feb  2 00:27:38 2014	(r261385)
+++ stable/7/contrib/sendmail/include/sm/os/sm_os_freebsd.h	Sun Feb  2 00:28:12 2014	(r261386)
@@ -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-all mailing list