From owner-cvs-src@FreeBSD.ORG Mon Apr 2 08:29:36 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D39C16A402; Mon, 2 Apr 2007 08:29:36 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp3.yandex.ru (smtp3.yandex.ru [213.180.200.14]) by mx1.freebsd.org (Postfix) with ESMTP id 5CB8513C48C; Mon, 2 Apr 2007 08:29:35 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from mail.kirov.so-cdu.ru ([87.226.153.33]:14344 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S3588500AbXDBIIX (ORCPT + 1 other); Mon, 2 Apr 2007 12:08:23 +0400 X-Comment: RFC 2476 MSA function at smtp3.yandex.ru logged sender identity as: bu7cher Message-ID: <4610B9F4.1080908@yandex.ru> Date: Mon, 02 Apr 2007 12:08:20 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Julian Elischer References: <200703311644.l2VGiTUD094251@repoman.freebsd.org> In-Reply-To: <200703311644.l2VGiTUD094251@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2007 08:29:36 -0000 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