From owner-cvs-all Wed Apr 10 15: 7:32 2002 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id BF65037B404; Wed, 10 Apr 2002 15:07:29 -0700 (PDT) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g3AM0kC84092; Wed, 10 Apr 2002 18:00:46 -0400 (EDT) (envelope-from mike) Date: Wed, 10 Apr 2002 18:00:46 -0400 From: Mike Barcroft To: Hajimu UMEMOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in.h src/sys/netinet6 in6.h Message-ID: <20020410180046.C70911@espresso.q9media.com> References: <200204101159.g3ABx2e55901@freefall.freebsd.org> <20020410142136.B70911@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from ume@mahoroba.org on Thu, Apr 11, 2002 at 03:46:01AM +0900 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: > Okay, I see. But, now, both include/arpa/inet.h and sys/netinet/in.h > / sys/netinet/in.h have same defines explicitly. It seems nasty for > applications which includes both arpa/inet.h and netinet/in.h. The requirement comes from POSIX. C permits #define's of the same value in multiple places, so it isn't a problem. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message