Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/bind9/isc
File: errno2result.h
/*
[0] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[1] Fix | Delete
*
[2] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[3] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[4] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[5] Fix | Delete
*
[6] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[7] Fix | Delete
* information regarding copyright ownership.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
#ifndef UNIX_ERRNO2RESULT_H
[11] Fix | Delete
#define UNIX_ERRNO2RESULT_H 1
[12] Fix | Delete
[13] Fix | Delete
/*! \file */
[14] Fix | Delete
[15] Fix | Delete
/* XXXDCL this should be moved to lib/isc/include/isc/errno2result.h. */
[16] Fix | Delete
[17] Fix | Delete
#include <errno.h> /* Provides errno. */
[18] Fix | Delete
#include <stdbool.h>
[19] Fix | Delete
[20] Fix | Delete
#include <isc/lang.h>
[21] Fix | Delete
#include <isc/types.h>
[22] Fix | Delete
[23] Fix | Delete
ISC_LANG_BEGINDECLS
[24] Fix | Delete
[25] Fix | Delete
#define isc__errno2result(x) isc___errno2result(x, true, __FILE__, __LINE__)
[26] Fix | Delete
[27] Fix | Delete
isc_result_t
[28] Fix | Delete
isc___errno2result(int posixerrno, bool dolog,
[29] Fix | Delete
const char *file, unsigned int line);
[30] Fix | Delete
[31] Fix | Delete
ISC_LANG_ENDDECLS
[32] Fix | Delete
[33] Fix | Delete
#endif /* UNIX_ERRNO2RESULT_H */
[34] Fix | Delete
[35] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function