Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
libexplain
libexplain-1.4-missing-defines.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libexplain-1.4-missing-defines.patch of Package libexplain
Index: libexplain/buffer/file_inode_flags.c =================================================================== --- libexplain/buffer/file_inode_flags.c.orig +++ libexplain/buffer/file_inode_flags.c @@ -28,6 +28,14 @@ #if defined(FS_IOC_GETFLAGS) || defined(FS_IOC32_GETFLAGS) +#ifndef FS_ECOMPR_FL +#define FS_ECOMPR_FL 0x00000800 /* Compression error */ +#endif + +#ifndef FS_DIRECTIO_FL +#define FS_DIRECTIO_FL 0x00100000 /* Use direct i/o */ +#endif + void explain_buffer_file_inode_flags(explain_string_buffer_t *sb, int value) {
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