From owner-freebsd-current@FreeBSD.ORG Mon Jun 15 21:11:30 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F9B31065877 for ; Mon, 15 Jun 2009 21:11:30 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 469B68FC08 for ; Mon, 15 Jun 2009 21:11:29 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 620F09CB0F4 for ; Mon, 15 Jun 2009 23:11:25 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RSYbJXYF07fz for ; Mon, 15 Jun 2009 23:11:23 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 392629CB19F for ; Mon, 15 Jun 2009 23:11:23 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n5FLBNlg088921 for current@freebsd.org; Mon, 15 Jun 2009 23:11:23 +0200 (CEST) (envelope-from rdivacky) Date: Mon, 15 Jun 2009 23:11:23 +0200 From: Roman Divacky To: current@freebsd.org Message-ID: <20090615211123.GA88422@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: [PATCH]: typo in contrib/ipf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 21:11:32 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable hi I found this typo: Index: tools/ipfcomp.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/contrib/ipfilter/tools/ipfcomp.c,v retrieving revision 1.5 diff -u -r1.5 ipfcomp.c --- tools/ipfcomp.c 4 Jun 2007 02:54:34 -0000 1.5 +++ tools/ipfcomp.c 15 Jun 2009 21:10:14 -0000 @@ -382,7 +382,7 @@ extern frentry_t *ipf_rules_out_%s[%d];\n", grp->fg_name, grp->fg_name, outcount); =20 - for (g =3D groups; g !=3D g; g =3D g->fg_next) + for (g =3D groups; g !=3D grp; g =3D g->fg_next) if ((strncmp(g->fg_name, grp->fg_name, FR_GROUPLEN) =3D=3D 0) && g->fg_flags =3D=3D grp->fg_flags) can someone review it? darren reed ignored my mail. is it ok to commit to contrib/ipf ? thnx for the answers :) roman --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAko2uPoACgkQLVEj6D3CBEwRzQCfUO78NiULbNdsU+ERcsno+uAX xOAAn2RKoS+J61r9er1I+65bjLfEqzNH =qSNu -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9--