r302561 broke buildworld. This patch fixes that.

MFC after:	3 days
X-MFC with:	r302561
This commit is contained in:
cy 2016-07-11 13:41:40 +00:00
parent c3c54bd15a
commit 7caf2cf8de

View File

@ -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);