Skip to content

Commit

Permalink
Allow to compile RSS without PCBGROUP.
Browse files Browse the repository at this point in the history
  • Loading branch information
glebius committed Oct 14, 2021
1 parent c04607e commit 694a5a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions sys/net/rss_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ __FBSDID("$FreeBSD$");
#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>
Expand Down
4 changes: 0 additions & 4 deletions sys/netinet/in_rss.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ __FBSDID("$FreeBSD$");
#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>
Expand Down
4 changes: 0 additions & 4 deletions sys/netinet6/in6_rss.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ __FBSDID("$FreeBSD$");
#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>
Expand Down

0 comments on commit 694a5a7

Please sign in to comment.