Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
HardenedBSD
Commits
1cec1c58
Commit
1cec1c58
authored
Dec 02, 2021
by
Gleb Smirnoff
Browse files
Allow to compile RSS without PCBGROUP.
Reviewed by: rrs Differential revision:
https://reviews.freebsd.org/D33019
parent
8f82dc8d
Changes
3
Show whitespace changes
Inline
Side-by-side
sys/net/rss_config.c
View file @
1cec1c58
...
...
@@ -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>
...
...
sys/netinet/in_rss.c
View file @
1cec1c58
...
...
@@ -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>
...
...
sys/netinet6/in6_rss.c
View file @
1cec1c58
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment