diff options
author | jbj <devnull@localhost> | 2001-06-25 20:01:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-25 20:01:42 +0000 |
commit | b533de2b2722679b3e1bc486467310bd8c61f806 (patch) | |
tree | 835bf06bd48033812d5714137f7f539ec0ba7bc1 /lib/fsm.h | |
parent | 3bb77854aa61ac18b672df8baf34f32537cf6604 (diff) | |
download | rpm-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |