Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:16.0:FactoryCandidates
extundelete
fix_ftbfs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix_ftbfs.patch of Package extundelete
Index: extundelete/src/insertionops.cc =================================================================== --- extundelete.orig/src/insertionops.cc +++ extundelete/src/insertionops.cc @@ -33,7 +33,7 @@ std::ostream& operator<<(std::ostream& o os << "File flags: " << inode.i_flags << std::endl; os << "File version (for NFS): " << inode.i_generation << std::endl; os << "File ACL: " << inode.i_file_acl << std::endl; - os << "Directory ACL: " << inode.i_dir_acl << std::endl; + os << "Directory ACL: " << inode.i_size_high << std::endl; os << "Fragment address: " << inode.i_faddr << std::endl; os << "Direct blocks: "; for (int n = 0; n < EXT2_NDIR_BLOCKS; n++)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor