We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd001f commit 19d7750Copy full SHA for 19d7750
net/dccp/sysctl.c
@@ -11,10 +11,6 @@
11
#include "dccp.h"
12
#include "feat.h"
13
14
-#ifndef CONFIG_SYSCTL
15
-#error This file should not be compiled without CONFIG_SYSCTL defined
16
-#endif
17
-
18
/* Boundary values */
19
static int u8_max = 0xFF;
20
static unsigned long seqw_min = DCCPF_SEQ_WMIN,
net/llc/sysctl_net_llc.c
#include <net/net_namespace.h>
#include <net/llc.h>
static struct ctl_table llc2_timeout_table[] = {
{
.procname = "ack",
0 commit comments