Date: Sun, 7 Dec 2003 23:57:57 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c Message-ID: <200312080757.hB87vvTA048651@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312080757.hB87vvTA048651>
