From owner-cvs-all Mon Apr 22 15:17: 4 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 A930837C70F; Mon, 22 Apr 2002 15:07:28 -0700 (PDT) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g3MM6qC78208; Mon, 22 Apr 2002 18:06:52 -0400 (EDT) (envelope-from mike) Date: Mon, 22 Apr 2002 18:06:52 -0400 From: Mike Barcroft To: "David O'Brien" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/ldd ldd.c sods.c Message-ID: <20020422180652.A72727@espresso.q9media.com> References: <200204202009.g3KK9Uh55665@freefall.freebsd.org> <20020422111856.B49799@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020422111856.B49799@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Mon, Apr 22, 2002 at 11:18:56AM -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 David O'Brien writes: > On Sat, Apr 20, 2002 at 01:09:29PM -0700, Mike Barcroft wrote: > > mike 2002/04/20 13:09:29 PDT > > > > Modified files: > > usr.bin/ldd ldd.c sods.c > > Log: > > Include for prototype of ntohl() used in the N_BADMAG() > > macro. > > This seems very silly -- 'ldd' has zero to do with networking. Perhaps > ntohl really needs to be moved to another header, which apra/inet.h > includes. Then why is it using Network to host conversion macros? The Standard defines these macros in and . We used to leak them all over the place ( for instance), which is why this is a new warning. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message