From owner-cvs-all@FreeBSD.ORG Sat Mar 31 16:44:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4829F16A401; Sat, 31 Mar 2007 16:44:29 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 234E213C448; Sat, 31 Mar 2007 16:44:29 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2VGiTeM094252; Sat, 31 Mar 2007 16:44:29 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2VGiTUD094251; Sat, 31 Mar 2007 16:44:29 GMT (envelope-from julian) Message-Id: <200703311644.l2VGiTUD094251@repoman.freebsd.org> From: Julian Elischer Date: Sat, 31 Mar 2007 16:44:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_fw.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2007 16:44:29 -0000 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. Revision Changes Path 1.100.2.8 +15 -0 src/sys/netinet/ip_fw.h