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:
parent
2cebfa7bbf
commit
3bacccb6f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user