From owner-cvs-all Sun Oct 28 21:11:37 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id C077437B403; Sun, 28 Oct 2001 21:11:30 -0800 (PST) Received: from localhost (arr@localhost) by fledge.watson.org (8.11.6/8.11.5) with SMTP id f9T5BPg32741; Mon, 29 Oct 2001 00:11:25 -0500 (EST) (envelope-from arr@watson.org) Date: Mon, 29 Oct 2001 00:11:24 -0500 (EST) From: "Andrew R. Reiter" To: Josef Karthauser Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: ipfw.c -- (was: cvs commit: src/sys/netinet ip_fw.h) In-Reply-To: <200110290441.f9T4fSY68423@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry to reply to ipfw.c commits this way, but while there have been style fixes, I don't think all have been fixed. For example, in show_ipfw(), there is char timestr[30]; which is found in the middle of an if block. IIRC, isn't this a style problem as well? Also, I would imagine that it's just poor design to have to declare variables in the middle of a block, whether it be an if-block, for-block, etc.. Cheers, Andrew ps. sorry again to reply to it this way, accidently deleted commit mail. On Sun, 28 Oct 2001, Josef Karthauser wrote: :joe 2001/10/28 20:41:28 PST : : Modified files: : sys/netinet ip_fw.h : Log: : Clean up the style of this header file. : : Revision Changes Path : 1.60 +190 -186 src/sys/netinet/ip_fw.h : :To Unsubscribe: send mail to majordomo@FreeBSD.org :with "unsubscribe cvs-all" in the body of the message : *-------------................................................. | Andrew R. Reiter | arr@fledge.watson.org | "It requires a very unusual mind | to undertake the analysis of the obvious" -- A.N. Whitehead To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message