Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/sepol
File: errcodes.h
/* Author: Karl MacMillan <kmacmillan@mentalrootkit.com> */
[0] Fix | Delete
[1] Fix | Delete
#ifndef __sepol_errno_h__
[2] Fix | Delete
#define __sepol_errno_h__
[3] Fix | Delete
[4] Fix | Delete
#include <errno.h>
[5] Fix | Delete
[6] Fix | Delete
#ifdef __cplusplus
[7] Fix | Delete
extern "C" {
[8] Fix | Delete
#endif
[9] Fix | Delete
[10] Fix | Delete
#define SEPOL_OK 0
[11] Fix | Delete
[12] Fix | Delete
/* These first error codes are defined for compatibility with
[13] Fix | Delete
* previous version of libsepol. In the future, custom error
[14] Fix | Delete
* codes that don't map to system error codes should be defined
[15] Fix | Delete
* outside of the range of system error codes.
[16] Fix | Delete
*/
[17] Fix | Delete
#define SEPOL_ERR -1
[18] Fix | Delete
#define SEPOL_ENOTSUP -2 /* feature not supported in module language */
[19] Fix | Delete
#define SEPOL_EREQ -3 /* requirements not met */
[20] Fix | Delete
[21] Fix | Delete
/* Error codes that map to system error codes */
[22] Fix | Delete
#define SEPOL_ENOMEM -ENOMEM
[23] Fix | Delete
#define SEPOL_ERANGE -ERANGE
[24] Fix | Delete
#define SEPOL_EEXIST -EEXIST
[25] Fix | Delete
#define SEPOL_ENOENT -ENOENT
[26] Fix | Delete
[27] Fix | Delete
#ifdef __cplusplus
[28] Fix | Delete
}
[29] Fix | Delete
#endif
[30] Fix | Delete
[31] Fix | Delete
#endif
[32] Fix | Delete
[33] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function