diff options
Diffstat (limited to 'gencode.h')
| -rw-r--r-- | gencode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gencode.h b/gencode.h index 93ca5216b556..b8296ab2fb0e 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); |
