summaryrefslogtreecommitdiff
path: root/lib/fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fsm.h')
-rw-r--r--lib/fsm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/fsm.h b/lib/fsm.h
index 1fac3463f..23f5c1457 100644
--- a/lib/fsm.h
+++ b/lib/fsm.h
@@ -90,8 +90,7 @@ struct hardLink {
/*@owned@*/ struct hardLink * next;
/*@owned@*/ const char ** nsuffix;
/*@owned@*/ int * filex;
- dev_t dev;
- ino_t inode;
+ struct stat sb;
int nlink;
int linksLeft;
int linkIndex;