From owner-cvs-all Tue Nov 19 15: 6: 6 2002 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 9E96837B401; Tue, 19 Nov 2002 15:06:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB9C43E4A; Tue, 19 Nov 2002 15:06:05 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAJN35mV017830; Tue, 19 Nov 2002 15:03:05 -0800 (PST) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAJN35x3017829; Tue, 19 Nov 2002 15:03:05 -0800 (PST) Message-Id: <200211192303.gAJN35x3017829@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 19 Nov 2002 15:03:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_mroute.c ip_mroute.h X-FreeBSD-CVS-Branch: RELENG_4 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 luigi 2002/11/19 15:03:05 PST Modified files: (Branch: RELENG_4) sys/netinet ip_mroute.c ip_mroute.h Log: Initial part (style only) of MFC 1.83: + remove __P() and register + fix function headers + fix indentation + remove redundant casts + remove unused conditional code + replace 0 with INADDR_ANY or NULL where applicable + remove initialization to 0 of global variables as this is default for bss This commit is cosmetic only, so it does not include any of the (minor) bugfixes or code rearrangements of 1.83, nor it makes the mrouting code work as a module. Revision Changes Path 1.56.2.5 +367 -514 src/sys/netinet/ip_mroute.c 1.17.2.1 +1 -4 src/sys/netinet/ip_mroute.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message