svn commit: r356677 - head/usr.bin/systat

Cy Schubert cy at FreeBSD.org
Mon Jan 13 06:55:36 UTC 2020


Author: cy
Date: Mon Jan 13 06:55:35 2020
New Revision: 356677
URL: https://svnweb.freebsd.org/changeset/base/356677

Log:
  As of r356642 desiredvnodes is u_long.

Modified:
  head/usr.bin/systat/vmstat.c

Modified: head/usr.bin/systat/vmstat.c
==============================================================================
--- head/usr.bin/systat/vmstat.c	Mon Jan 13 06:55:31 2020	(r356676)
+++ head/usr.bin/systat/vmstat.c	Mon Jan 13 06:55:35 2020	(r356677)
@@ -116,7 +116,7 @@ static struct Info {
 	long	nchcount;
 	long	*intrcnt;
 	long	bufspace;
-	int	desiredvnodes;
+	u_long	desiredvnodes;
 	long	numvnodes;
 	long	freevnodes;
 	int	numdirtybuffers;


More information about the svn-src-head mailing list