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

Discussed with:	kib
This commit is contained in:
avg 2017-06-10 20:38:52 +00:00
parent 7c9b4b7560
commit 504a6533d2

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;