Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/gssrpc
File: netdb.h
/* include/gssrpc/netdb.h */
[0] Fix | Delete
/*
[1] Fix | Delete
* Copyright (c) 2010, Oracle America, Inc.
[2] Fix | Delete
*
[3] Fix | Delete
* All rights reserved.
[4] Fix | Delete
*
[5] Fix | Delete
* Redistribution and use in source and binary forms, with or without
[6] Fix | Delete
* modification, are permitted provided that the following conditions are met:
[7] Fix | Delete
*
[8] Fix | Delete
* * Redistributions of source code must retain the above copyright
[9] Fix | Delete
* notice, this list of conditions and the following disclaimer.
[10] Fix | Delete
*
[11] Fix | Delete
* * Redistributions in binary form must reproduce the above copyright
[12] Fix | Delete
* notice, this list of conditions and the following disclaimer in
[13] Fix | Delete
* the documentation and/or other materials provided with the
[14] Fix | Delete
* distribution.
[15] Fix | Delete
*
[16] Fix | Delete
* * Neither the name of the "Oracle America, Inc." nor the names of
[17] Fix | Delete
* its contributors may be used to endorse or promote products
[18] Fix | Delete
* derived from this software without specific prior written permission.
[19] Fix | Delete
*
[20] Fix | Delete
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
[21] Fix | Delete
* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
[22] Fix | Delete
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
[23] Fix | Delete
* PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
[24] Fix | Delete
* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
[25] Fix | Delete
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
[26] Fix | Delete
* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
[27] Fix | Delete
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
[28] Fix | Delete
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
[29] Fix | Delete
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
[30] Fix | Delete
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[31] Fix | Delete
*/
[32] Fix | Delete
[33] Fix | Delete
/* @(#)netdb.h 2.1 88/07/29 3.9 RPCSRC */
[34] Fix | Delete
/* @(#)rpc.h 1.8 87/07/24 SMI */
[35] Fix | Delete
[36] Fix | Delete
#ifndef RPC_NETDB_H
[37] Fix | Delete
#define RPC_NETDB_H
[38] Fix | Delete
[39] Fix | Delete
#include <gssrpc/types.h>
[40] Fix | Delete
/* since the gssrpc library requires that any application using it be
[41] Fix | Delete
built with these header files, I am making the decision that any app
[42] Fix | Delete
which uses the rpcent routines must use this header file, or something
[43] Fix | Delete
compatible (which most <netdb.h> are) --marc */
[44] Fix | Delete
[45] Fix | Delete
/* Really belongs in <netdb.h> */
[46] Fix | Delete
#ifdef STRUCT_RPCENT_IN_RPC_NETDB_H
[47] Fix | Delete
struct rpcent {
[48] Fix | Delete
char *r_name; /* name of server for this rpc program */
[49] Fix | Delete
char **r_aliases; /* alias list */
[50] Fix | Delete
int r_number; /* rpc program number */
[51] Fix | Delete
};
[52] Fix | Delete
#endif /*STRUCT_RPCENT_IN_RPC_NETDB_H*/
[53] Fix | Delete
[54] Fix | Delete
struct rpcent *getrpcbyname(), *getrpcbynumber(), *getrpcent();
[55] Fix | Delete
[56] Fix | Delete
#endif
[57] Fix | Delete
[58] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function