Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 1998 18:32:29 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/pstat pstat.c
Message-ID:  <199808190132.SAA19791@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/08/18 18:32:29 PDT

  Modified files:
    usr.sbin/pstat       pstat.c 
  Log:
  Increased column widths for tty input watermark fields so that watermarks
  for 11520-byte buffers for 115200 bps are displayed properly.
  
  Fixed my recent printf format error fixes.  %p is almost unusable
  in tables, since its width and format are unknown/machine-dependent.
  Use %8lx and cast pointers to (u_long)(void*).  This is still quite
  broken, e.g., for machines with 64-bit pointers.
  
  Revision  Changes    Path
  1.37      +10 -9     src/usr.sbin/pstat/pstat.c



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