Author: adrian Date: Sat Sep 27 05:14:02 2014 New Revision: 272199 URL: http://svnweb.freebsd.org/changeset/base/272199
Log: Remove an un-needed bit of pre-processor work - it all lives inside #ifdef RSS. Modified: head/sys/netinet/ip_input.c Modified: head/sys/netinet/ip_input.c ============================================================================== --- head/sys/netinet/ip_input.c Sat Sep 27 04:53:51 2014 (r272198) +++ head/sys/netinet/ip_input.c Sat Sep 27 05:14:02 2014 (r272199) @@ -1222,9 +1222,7 @@ found: M_HASHTYPE_SET(m, rss_type); m->m_flags |= M_FLOWID; } -#endif -#ifdef RSS /* * Queue/dispatch for reprocessing. * _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"