Date: Mon, 6 May 2002 09:28:26 -0700 (PDT) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet icmp6.h src/sys/netinet6 icmp6.c mld6.c Message-ID: <200205061628.g46GSQi80904@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2002/05/06 09:28:25 PDT Modified files: sys/netinet icmp6.h sys/netinet6 icmp6.c mld6.c Log: Revised MLD-related definitions - Used mld_xxx and MLD_xxx instead of mld6_xxx and MLD6_xxx according to the official defintions in rfc2292bis (macro definitions for backward compatibility were provided) - Changed the first member of mld_hdr{} from mld_hdr to mld_icmp6_hdr to avoid name space conflict in C++ This change makes ports/net/pchar compilable again under -CURRENT. Obtained from: KAME Revision Changes Path 1.8 +40 -16 src/sys/netinet/icmp6.h 1.18 +8 -8 src/sys/netinet6/icmp6.c 1.8 +47 -46 src/sys/netinet6/mld6.c 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?200205061628.g46GSQi80904>