Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 03:39:12 -0700 (PDT)
From:      Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys malloc.h src/usr.bin/vmstat vmstat.c
Message-ID:  <200204081039.g38AdCw61505@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asmodai     2002/04/08 03:39:12 PDT

  Modified files:
    usr.bin/vmstat       vmstat.c 
  Log:
  Change totreq to uint64_t from a long (the PR has an int64_t, which didn't
  make sense to me) and change the printf argument from %8ld to %20llu to
  accompany the printing of the totals.
  Realigned the header printed above it as well.
  
  PR:             32342
  Submitted by:   ryan beasley <ryanb@goddamnbastard.org>
  Reviewed by:    jeff, Tim J Robbins
  
  Revision  Changes    Path
  1.55      +4 -3      src/usr.bin/vmstat/vmstat.c

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?200204081039.g38AdCw61505>