From owner-freebsd-commit Mon Jul 3 22:40:33 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA14754 for commit-outgoing; Mon, 3 Jul 1995 22:40:33 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA14620 for cvs-sys-outgoing; Mon, 3 Jul 1995 22:39:08 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA14605 ; Mon, 3 Jul 1995 22:39:05 -0700 Date: Mon, 3 Jul 1995 22:39:05 -0700 From: David Greenman Message-Id: <199507040539.WAA14605@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet ip_fw.c Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/07/03 22:39:04 Modified: sys/netinet ip_fw.c Log: This is the end result of about a dozen passes through this code to fix incorrect indents, a variety of poor coding practices such as comparing pointers to constants ('0'), poor code structuring, etc, etc. This brings the code up to the minimum standards for inclusion in FreeBSD.