From owner-cvs-all Mon Jul 22 16:23:14 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 E625337B400; Mon, 22 Jul 2002 16:23:10 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B8C743E4A; Mon, 22 Jul 2002 16:23:10 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 7AB7C9E59; Mon, 22 Jul 2002 19:18:42 -0400 (EDT) Date: Mon, 22 Jul 2002 19:18:42 -0400 From: Mike Barcroft To: Hajimu UMEMOTO 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> References: <200207221513.g6MFDu4h034371@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200207221513.g6MFDu4h034371@freefall.freebsd.org>; from ume@FreeBSD.org on Mon, Jul 22, 2002 at 08:13:55AM -0700 Organization: The FreeBSD Project 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 Hajimu UMEMOTO 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