Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/lve
File: setcap.h
/* Library to set needed capabilities for current process */
[0] Fix | Delete
#ifndef _SETCAP_H_
[1] Fix | Delete
#define _SETCAP_H_
[2] Fix | Delete
[3] Fix | Delete
#include <sys/types.h>
[4] Fix | Delete
[5] Fix | Delete
[6] Fix | Delete
// Switch on CAP_SYS_RESOURCE capabality to switch off disk quotas checking
[7] Fix | Delete
//
[8] Fix | Delete
// Returns 0 if successful
[9] Fix | Delete
// Returns -1 if error has occured
[10] Fix | Delete
int enable_quota_capability();
[11] Fix | Delete
[12] Fix | Delete
// Switch off CAP_SYS_RESOURCE capabality to switch off disk quotas checking
[13] Fix | Delete
//
[14] Fix | Delete
// Returns 0 if successful
[15] Fix | Delete
// Returns -1 if error has occured
[16] Fix | Delete
int disable_quota_capability();
[17] Fix | Delete
[18] Fix | Delete
#endif
[19] Fix | Delete
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function