From owner-cvs-all Sun Nov 15 17:58:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00735 for cvs-all-outgoing; Sun, 15 Nov 1998 17:58:42 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00723; Sun, 15 Nov 1998 17:58:32 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id MAA00491; Mon, 16 Nov 1998 12:58:06 +1100 Date: Mon, 16 Nov 1998 12:58:06 +1100 From: Bruce Evans Message-Id: <199811160158.MAA00491@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dfr@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet ip_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/netinet ip_input.c > Log: > Fix printf format errors on alpha. Please fix printf format errors on all systems. ntohl() should be cast to u_long to match the %lx format. Changing the format to %x and casting ntohl() to int only works on systems with at least 33-bit ints and on vax-like systems with 32-bit ints. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message