Date: Mon, 02 Apr 2007 12:08:20 +0400 From: "Andrey V. Elsukov" <bu7cher@yandex.ru> To: Julian Elischer <julian@FreeBSD.org> Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.h Message-ID: <4610B9F4.1080908@yandex.ru> In-Reply-To: <200703311644.l2VGiTUD094251@repoman.freebsd.org> References: <200703311644.l2VGiTUD094251@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer wrote: > julian 2007-03-31 16:44:28 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/netinet ip_fw.h > Log: > unbreak build by puting back definition used by ipfw(8) > the real fix is to just remove the offending lines there but I don't > have time to check that now. I'll do it right on Tuesday. Hi, Julian. This is not full fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=111121 --- src/sys/netinet/ip_fw2.c.orig Mon Apr 2 11:48:03 2007 +++ src/sys/netinet/ip_fw2.c Mon Nov 20 18:19:10 2006 @@ -3861,7 +3836,7 @@ case O_PIPE: case O_QUEUE: - if (cmdlen != F_INSN_SIZE(ipfw_insn)) + if (cmdlen != F_INSN_SIZE(ipfw_insn_pipe)) goto bad_size; goto check_action; -- WBR, Andrey V. Elsukov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4610B9F4.1080908>