fstat: catch up with r318997 and use 64 bits to store fsid
Discussed with: kib
This commit is contained in:
parent
7c9b4b7560
commit
504a6533d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user