Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: times.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef _LINUX_TIMES_H
[1] Fix | Delete
#define _LINUX_TIMES_H
[2] Fix | Delete
[3] Fix | Delete
#include <linux/types.h>
[4] Fix | Delete
[5] Fix | Delete
struct tms {
[6] Fix | Delete
__kernel_clock_t tms_utime;
[7] Fix | Delete
__kernel_clock_t tms_stime;
[8] Fix | Delete
__kernel_clock_t tms_cutime;
[9] Fix | Delete
__kernel_clock_t tms_cstime;
[10] Fix | Delete
};
[11] Fix | Delete
[12] Fix | Delete
#endif
[13] Fix | Delete
[14] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function