summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpf_parser.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/bpf_parser.y b/bpf_parser.y
index 73ab099..4e50a94 100644
--- a/bpf_parser.y
+++ b/bpf_parser.y
@@ -38,9 +38,7 @@ static char *labels_k[BPF_MAXINSNS];
#define YYERROR_VERBOSE 0
#define YYDEBUG 0
-#define YYENABLE_NLS 1
#define YYLTYPE_IS_TRIVIAL 1
-#define ENABLE_NLS 1
extern FILE *yyin;
extern int yylex(void);
le summary='file diffstat' width='40%'>
4 files changed, 39 insertions, 34 deletions
diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c