Date: Tue, 19 Nov 2002 15:03:05 -0800 (PST) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_mroute.c ip_mroute.h Message-ID: <200211192303.gAJN35x3017829@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211192303.gAJN35x3017829>