summaryrefslogtreecommitdiff
path: root/lib/fsm.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-25 20:01:42 +0000
committerjbj <devnull@localhost>2001-06-25 20:01:42 +0000
commitb533de2b2722679b3e1bc486467310bd8c61f806 (patch)
tree835bf06bd48033812d5714137f7f539ec0ba7bc1 /lib/fsm.h
parent3bb77854aa61ac18b672df8baf34f32537cf6604 (diff)
downloadrpm-b533de2b2722679b3e1bc486467310bd8c61f806.tar.gz
rpm-b533de2b2722679b3e1bc486467310bd8c61f806.tar.bz2
rpm-b533de2b2722679b3e1bc486467310bd8c61f806.zip
Yet another patial harlink set fix.
CVS patchset: 4903 CVS date: 2001/06/25 20:01:42
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;