Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/netstat



On Mon, Sep 06, 2004 at 02:51:32PM +0000, Martin Husemann wrote:
  | 
  | Module Name:        src
  | Committed By:       martin
  | Date:               Mon Sep  6 14:51:32 UTC 2004
  | 
  | Modified Files:
  |     src/usr.bin/netstat: inet.c mroute.c
  | 
  | 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.

Attachment: pgp7m9c9Ac1Pz.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index