From c6fb4eb56c839a3f04b51181992ba14b05d57bd2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 6 May 2023 15:50:41 -0700 Subject: compiler: remove unneeded argument from gen_mcode6(). We don't support " mask ", so no need to pass an argument. --- gencode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gencode.h') diff --git a/gencode.h b/gencode.h index 93ca5216..b8296ab2 100644 --- a/gencode.h +++ b/gencode.h @@ -327,8 +327,8 @@ struct block *gen_acode(compiler_state_t *, const char *, struct qual); struct block *gen_mcode(compiler_state_t *, const char *, const char *, bpf_u_int32, struct qual); #ifdef INET6 -struct block *gen_mcode6(compiler_state_t *, const char *, const char *, - bpf_u_int32, struct qual); +struct block *gen_mcode6(compiler_state_t *, const char *, bpf_u_int32, + struct qual); #endif struct block *gen_ncode(compiler_state_t *, const char *, bpf_u_int32, struct qual); -- cgit v1.2.3