Date: Mon, 17 May 2004 01:16:11 +0200 From: Stefan Farfeleder <stefanf@FreeBSD.org> To: ipfw@FreeBSD.org Subject: Patch review Message-ID: <20040516231608.GB653@wombat.fafoe.narf.at>
next in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040516231608.GB653>