From owner-cvs-all Mon Jan 13 11:53:15 2003 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 3392837B405; Mon, 13 Jan 2003 11:53:14 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB6343F3F; Mon, 13 Jan 2003 11:53:13 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0DJrCYp030636; Mon, 13 Jan 2003 11:53:13 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0DJrCcT030635; Mon, 13 Jan 2003 11:53:12 -0800 (PST) Date: Mon, 13 Jan 2003 11:53:12 -0800 (PST) From: Matthew Dillon Message-Id: <200301131953.h0DJrCcT030635@apollo.backplane.com> To: Pawel Jakub Dawidek Cc: Maxime Henrion , Bruce Evans , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, luigi@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c References: <20030113082610.GH9430@garage.freebsd.pl> <20030113222917.C12128-100000@gamplex.bde.org> <20030113140700.GP9430@garage.freebsd.pl> <200301131859.h0DIx2pa004540@apollo.backplane.com> <20030113190506.GF16775@elvis.mu.org> <200301131916.h0DJGe7p004746@apollo.backplane.com> <20030113192259.GQ9430@garage.freebsd.pl> 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 : : :--GBuTPvBEOL0MYPgd :Content-Type: text/plain; charset=iso-8859-2 :Content-Disposition: inline :Content-Transfer-Encoding: quoted-printable : :On Mon, Jan 13, 2003 at 11:16:40AM -0800, Matthew Dillon wrote: :+> Something like this... : :Yes, and maybe for completness new type CTLTYPE_BOOL? :There are many sysctls that could be only 0 or 1 and now C99 defines :new type 'bool'. : :--=20 :Pawel Jakub Dawidek :UNIX Systems Administrator :http://garage.freebsd.pl Well, I think that's probably overkill. The variable should probably remain an int, though I suppose a CTLTYPE_BOOL could allow only 0 or 1. But, still, I think it is unnecessary. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message