fstat: catch up with r318997 and use 64 bits to store fsid

Discussed with:	kib
This commit is contained in:
Andriy Gapon 2017-06-10 20:38:52 +00:00
parent e15b2a7854
commit 40ea8d27de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319802

View File

@ -67,7 +67,7 @@ static int vflg; /* be verbose */
typedef struct devs {
struct devs *next;
uint32_t fsid;
uint64_t fsid;
uint64_t ino;
const char *name;
} DEVS;