Fix type for pagesize to match the return type for getpagesize(3)

to fix the build

MFC after:	5 weeks
X-MFC with:	r317311
Pointyhat to:	ngie
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-04-23 01:50:47 +00:00
parent 2cebfa7bbf
commit 3bacccb6f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317312

View File

@ -42,8 +42,8 @@
#include <libgeom.h>
/************************************************************/
static uint npages, pagesize, spp;
static int statsfd = -1;
static uint npages, spp;
static int pagesize, statsfd = -1;
static u_char *statp;
void