Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154740951
D33019.id98608.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D33019.id98608.diff
View Options
Index: sys/net/rss_config.c
===================================================================
--- sys/net/rss_config.c
+++ sys/net/rss_config.c
@@ -34,10 +34,6 @@
#include "opt_inet6.h"
#include "opt_pcbgroup.h"
-#ifndef PCBGROUP
-#error "options RSS depends on options PCBGROUP"
-#endif
-
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
Index: sys/netinet/in_rss.c
===================================================================
--- sys/netinet/in_rss.c
+++ sys/netinet/in_rss.c
@@ -34,10 +34,6 @@
#include "opt_inet6.h"
#include "opt_pcbgroup.h"
-#ifndef PCBGROUP
-#error "options RSS depends on options PCBGROUP"
-#endif
-
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
Index: sys/netinet6/in6_rss.c
===================================================================
--- sys/netinet6/in6_rss.c
+++ sys/netinet6/in6_rss.c
@@ -34,10 +34,6 @@
#include "opt_inet6.h"
#include "opt_pcbgroup.h"
-#ifndef PCBGROUP
-#error "options RSS depends on options PCBGROUP"
-#endif
-
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 8:36 AM (15 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32454603
Default Alt Text
D33019.id98608.diff (1 KB)
Attached To
Mode
D33019: Allow to compile RSS without PCBGROUP.
Attached
Detach File
Event Timeline
Log In to Comment