svn commit: r302565 - head/sbin/ipfw

Cy Schubert cy at FreeBSD.org
Mon Jul 11 13:41:41 UTC 2016


Author: cy
Date: Mon Jul 11 13:41:40 2016
New Revision: 302565
URL: https://svnweb.freebsd.org/changeset/base/302565

Log:
  r302561 broke buildworld. This patch fixes that.
  
  MFC after:	3 days
  X-MFC with:	r302561

Modified:
  head/sbin/ipfw/ipfw2.h

Modified: head/sbin/ipfw/ipfw2.h
==============================================================================
--- head/sbin/ipfw/ipfw2.h	Mon Jul 11 13:06:17 2016	(r302564)
+++ head/sbin/ipfw/ipfw2.h	Mon Jul 11 13:41:40 2016	(r302565)
@@ -371,6 +371,9 @@ void fill_unreach6_code(u_short *codep, 
 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);


More information about the svn-src-head mailing list