svn commit: r261196 - head/contrib/sendmail/include/sm/os

Gregory Neil Shapiro gshapiro at FreeBSD.org
Sun Jan 26 23:42:40 UTC 2014


Author: gshapiro
Date: Sun Jan 26 23:42:40 2014
New Revision: 261196
URL: http://svnweb.freebsd.org/changeset/base/261196

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

Modified:
  head/contrib/sendmail/include/sm/os/sm_os_freebsd.h

Modified: head/contrib/sendmail/include/sm/os/sm_os_freebsd.h
==============================================================================
--- head/contrib/sendmail/include/sm/os/sm_os_freebsd.h	Sun Jan 26 23:40:31 2014	(r261195)
+++ head/contrib/sendmail/include/sm/os/sm_os_freebsd.h	Sun Jan 26 23:42:40 2014	(r261196)
@@ -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