From owner-cvs-all Fri Feb 9 15:18:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE15737B6A0; Fri, 9 Feb 2001 15:18:13 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f19NIDm37723; Fri, 9 Feb 2001 15:18:13 -0800 (PST) (envelope-from luigi) Message-Id: <200102092318.f19NIDm37723@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 9 Feb 2001 15:18:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c ip_fw.c ip_fw.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/02/09 15:18:12 PST Modified files: (Branch: RELENG_4) sys/netinet ip_dummynet.c ip_fw.c ip_fw.h Log: Convert to the use of macros. In the process, change a couple of variable and field names so we do not use the same exact name for types, variable and fields and hopefully can understand which is which. On passing, simplify the logic in a few places. This commit has no functional changes. Revision Changes Path 1.24.2.11 +5 -5 src/sys/netinet/ip_dummynet.c 1.131.2.16 +41 -43 src/sys/netinet/ip_fw.c 1.47.2.7 +3 -3 src/sys/netinet/ip_fw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message