From owner-freebsd-ipfw@FreeBSD.ORG Sun May 16 16:16:25 2004 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B162216A4CE for ; Sun, 16 May 2004 16:16:25 -0700 (PDT) Received: from bgezal.rise.tuwien.ac.at (bgezal.rise.tuwien.ac.at [128.130.59.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43D5D43D54 for ; Sun, 16 May 2004 16:16:25 -0700 (PDT) (envelope-from stefan@fafoe.narf.at) Received: from fafoe.narf.at (unknown [212.186.3.235]) by bgezal.rise.tuwien.ac.at (Postfix) with ESMTP id 0297820AB for ; Mon, 17 May 2004 01:16:23 +0200 (CEST) Received: from wombat.fafoe.narf.at (wombat.fafoe.narf.at [192.168.1.42]) by fafoe.narf.at (Postfix) with ESMTP id 6349540ED for ; Mon, 17 May 2004 01:16:15 +0200 (CEST) Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id 8B7C0388; Mon, 17 May 2004 01:16:11 +0200 (CEST) Date: Mon, 17 May 2004 01:16:11 +0200 From: Stefan Farfeleder To: ipfw@FreeBSD.org Message-ID: <20040516231608.GB653@wombat.fafoe.narf.at> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: Patch review X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 23:16:25 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, any objections to me committing this patch? Cheers, Stefan Index: src/sbin/ipfw/ipfw2.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: /usr/home/ncvs/src/sbin/ipfw/ipfw2.c,v retrieving revision 1.48 diff -I.svn -u -r1.48 ipfw2.c --- src/sbin/ipfw/ipfw2.c 9 May 2004 01:53:31 -0000 1.48 +++ src/sbin/ipfw/ipfw2.c 16 May 2004 23:01:17 -0000 @@ -360,7 +360,7 @@ =20 bcopy (pll, &ret, sizeof(ret)); return ret; -}; +} =20 /* * conditionally runs the command. @@ -402,7 +402,7 @@ if (strlen(pt->s) =3D=3D i && !bcmp(string, pt->s, i)) return pt->x; return -1; -}; +} =20 /** * match_value takes a table and a value, returns the string associated --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAp/Y3MZ+LKIvv0V8RApP5AJ4iOyrGlsLlk3s4blDBNBYwxGCBeACfVc/w hG8XcaTlGu62jyS0g0mHJ6E= =AQ/W -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o--