Author: gshapiro Date: Sat Feb 1 23:39:59 2014 New Revision: 261372 URL: http://svnweb.freebsd.org/changeset/base/261372
Log: MFC: Remove local FreeBSD workaround now that upstream project has a better fix. Modified: stable/9/contrib/sendmail/include/sm/os/sm_os_freebsd.h Directory Properties: stable/9/contrib/sendmail/ (props changed) Modified: stable/9/contrib/sendmail/include/sm/os/sm_os_freebsd.h ============================================================================== --- stable/9/contrib/sendmail/include/sm/os/sm_os_freebsd.h Sat Feb 1 23:39:03 2014 (r261371) +++ stable/9/contrib/sendmail/include/sm/os/sm_os_freebsd.h Sat Feb 1 23:39:59 2014 (r261372) @@ -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 */ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "[email protected]"
