Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 1998 12:58:06 +1100
From:      Bruce Evans <bde@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
Message-ID:  <199811160158.MAA00491@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811160158.MAA00491>