From owner-cvs-all Tue Jul 24 16:33:14 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 74D4537B406; Tue, 24 Jul 2001 16:33:08 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6ONX8098346; Tue, 24 Jul 2001 16:33:08 -0700 (PDT) (envelope-from brooks) Message-Id: <200107242333.f6ONX8098346@freefall.freebsd.org> From: Brooks Davis Date: Tue, 24 Jul 2001 16:33:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_split.c ng_split.h X-FreeBSD-CVS-Branch: HEAD 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 brooks 2001/07/24 16:33:07 PDT Modified files: sys/netgraph ng_split.c ng_split.h Log: General cleanup providing better style(9) conformance and generally improved readability. The two real functional changes are that netgraph now sees this as the "split" node type rather then the "ng_split" node type and that meta data is passed through without processing rather then being dropped. Reviewed by: jhb, julian MFC after: 7 weeks Revision Changes Path 1.2 +40 -84 src/sys/netgraph/ng_split.c 1.2 +6 -6 src/sys/netgraph/ng_split.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message