From owner-cvs-all@FreeBSD.ORG Tue Apr 26 14:27:12 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F023916A4CE; Tue, 26 Apr 2005 14:27:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C530743D2F; Tue, 26 Apr 2005 14:27:12 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QERC93010347; Tue, 26 Apr 2005 14:27:12 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3QERCEA010346; Tue, 26 Apr 2005 14:27:12 GMT (envelope-from darrenr) Message-Id: <200504261427.j3QERCEA010346@repoman.freebsd.org> From: Darren Reed Date: Tue, 26 Apr 2005 14:27:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/ipfilter/lib ipf_dotuning.c ipft_tx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 26 Apr 2005 14:27:13 -0000 darrenr 2005-04-26 14:27:12 UTC FreeBSD src repository Modified files: contrib/ipfilter/lib ipf_dotuning.c ipft_tx.c Log: Fix problems with building libipf: ipf_dontuning.c - change the include to look in netinet for ipl.h ipft_tx.c - make the private use of arrays with tcp flags info in them more not use names that can be "confusing" Revision Changes Path 1.3 +1 -1 src/contrib/ipfilter/lib/ipf_dotuning.c 1.3 +4 -6 src/contrib/ipfilter/lib/ipft_tx.c