Subject: Re: CVS commit: src/usr.bin/netstat
To: Martin Husemann <martin@netbsd.org>
From: Luke Mewburn <lukem@NetBSD.org>
List: source-changes
Date: 09/07/2004 11:43:17
--0QFb0wBpEddLcDHQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Sep 06, 2004 at 02:51:32PM +0000, Martin Husemann wrote:
  |=20
  | Module Name:	src
  | Committed By:	martin
  | Date:		Mon Sep  6 14:51:32 UTC 2004
  |=20
  | Modified Files:
  | 	src/usr.bin/netstat: inet.c mroute.c
  |=20
  | Log Message:
  | Make it compile on ports where u_quad_t is not printf-format-compatible
  | with unsigned long long.

We really should be using "(unsigned) long long" instead of "(u_)quad_t"
in code going forward, since the former is part of C99 and the latter
is an extension that was added because the former wasn't standardized.

--0QFb0wBpEddLcDHQ
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (NetBSD)

iD8DBQFBPRI1pBhtmn8zJHIRAup/AJ99lRu5+97wmzxHHTM/C4wnhWo9fgCdE3Oo
ep2/KQ8F7RUVVIZsdY7LDlg=
=B2sv
-----END PGP SIGNATURE-----

--0QFb0wBpEddLcDHQ--