Date: Mon, 22 Jul 2002 19:18:42 -0400 From: Mike Barcroft <mike@FreeBSD.org> To: Hajimu UMEMOTO <ume@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 in6.h Message-ID: <20020722191842.A201@espresso.q9media.com> In-Reply-To: <200207221513.g6MFDu4h034371@freefall.freebsd.org>; from ume@FreeBSD.org on Mon, Jul 22, 2002 at 08:13:55AM -0700 References: <200207221513.g6MFDu4h034371@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hajimu UMEMOTO <ume@FreeBSD.org> writes: > ume 2002/07/22 08:13:55 PDT > > Modified files: > sys/netinet6 in6.h > Log: > sin6_len is not an address family. I believe this doesn't > break compatibility with POSIX.1-2001. > > Revision Changes Path > 1.21 +1 -1 src/sys/netinet6/in6.h The comment for that line had `(sa_family_t)' written in it. So when I added a local typedef for sa_family_t, I thought it was rather silly not to use that type. The original comment was probably bogus to begin with, so it was probably my fault for believing it. :) Best regards, Mike Barcroft 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?20020722191842.A201>