Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bits
File: netdb.h
/* Copyright (C) 1996-2018 Free Software Foundation, Inc.
[0] Fix | Delete
This file is part of the GNU C Library.
[1] Fix | Delete
[2] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[3] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[4] Fix | Delete
License as published by the Free Software Foundation; either
[5] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[6] Fix | Delete
[7] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[8] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[9] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[10] Fix | Delete
Lesser General Public License for more details.
[11] Fix | Delete
[12] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[13] Fix | Delete
License along with the GNU C Library; if not, see
[14] Fix | Delete
<http://www.gnu.org/licenses/>. */
[15] Fix | Delete
[16] Fix | Delete
#ifndef _NETDB_H
[17] Fix | Delete
# error "Never include <bits/netdb.h> directly; use <netdb.h> instead."
[18] Fix | Delete
#endif
[19] Fix | Delete
[20] Fix | Delete
[21] Fix | Delete
/* Description of data base entry for a single network. NOTE: here a
[22] Fix | Delete
poor assumption is made. The network number is expected to fit
[23] Fix | Delete
into an unsigned long int variable. */
[24] Fix | Delete
struct netent
[25] Fix | Delete
{
[26] Fix | Delete
char *n_name; /* Official name of network. */
[27] Fix | Delete
char **n_aliases; /* Alias list. */
[28] Fix | Delete
int n_addrtype; /* Net address type. */
[29] Fix | Delete
uint32_t n_net; /* Network number. */
[30] Fix | Delete
};
[31] Fix | Delete
[32] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function