From b04471d88a405152d139d7c51a1ff194ac3aee58 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Mon, 11 Jul 2016 13:41:40 +0000 Subject: [PATCH] r302561 broke buildworld. This patch fixes that. MFC after: 3 days X-MFC with: r302561 --- sbin/ipfw/ipfw2.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sbin/ipfw/ipfw2.h b/sbin/ipfw/ipfw2.h index 7ea20839cf19..b7f8c0b5b044 100644 --- a/sbin/ipfw/ipfw2.h +++ b/sbin/ipfw/ipfw2.h @@ -371,6 +371,9 @@ void fill_unreach6_code(u_short *codep, char *str); void fill_icmp6types(struct _ipfw_insn_icmp6 *cmd, char *av, int cblen); int fill_ext6hdr(struct _ipfw_insn *cmd, char *av); +/* ipfw2.c */ +void bp_flush(struct buf_pr *b); + /* tables.c */ struct _ipfw_obj_ctlv; int table_check_name(const char *tablename);