cvs commit: src/usr.bin/vmstat vmstat.c

Marcel Moolenaar marcel at FreeBSD.org
Sun Dec 7 23:57:58 PST 2003


marcel      2003/12/07 23:57:57 PST

  FreeBSD src repository

  Modified files:
    usr.bin/vmstat       vmstat.c 
  Log:
  Unbreak vmstat -i on ia64:
  o  nintr and inamlen must by of type size_t, not int,
  o  Remove now unnecessary casts,
  o  Handle the aflag differently, because the intr. names have a
     fixed width and almost always have trailing spaces.
  
  Revision  Changes    Path
  1.71      +12 -9     src/usr.bin/vmstat/vmstat.c


More information about the cvs-src mailing list