Mon Jul 1 12:29:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* inet/Makefile (routines): Change getnetbypt to getnetbyad. * inet/getnetbypt_r.c: Renamed to ... * inet/getnetbyad_r.c: this; fixed function name. * inet/getnetbypt.c: Renamed to ... * inet/getnetbyad.c: this; fixed function name.
This commit is contained in:
parent
6ce16797cd
commit
7cbc698400
@ -29,7 +29,7 @@ routines := ntohl ntohs htonl htons \
|
|||||||
inet_netof inet_ntoa inet_net herrno \
|
inet_netof inet_ntoa inet_net herrno \
|
||||||
gethstbyad gethstbyad_r gethstbynm gethstbynm2 gethstbynm2_r \
|
gethstbyad gethstbyad_r gethstbynm gethstbynm2 gethstbynm2_r \
|
||||||
gethstbynm_r gethstent gethstent_r \
|
gethstbynm_r gethstent gethstent_r \
|
||||||
getnetbypt getnetbypt_r getnetbynm getnetent getnetent_r \
|
getnetbyad getnetbyad_r getnetbynm getnetent getnetent_r \
|
||||||
getnetbynm_r \
|
getnetbynm_r \
|
||||||
getproto getproto_r getprtent getprtent_r getprtname getprtname_r \
|
getproto getproto_r getprtent getprtent_r getprtname getprtname_r \
|
||||||
getsrvbynm getsrvbynm_r getsrvbypt getsrvbypt_r getservent \
|
getsrvbynm getsrvbynm_r getsrvbypt getsrvbypt_r getservent \
|
||||||
|
@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
|
|
||||||
#define LOOKUP_TYPE struct netent
|
#define LOOKUP_TYPE struct netent
|
||||||
#define FUNCTION_NAME getnetbyport
|
#define FUNCTION_NAME getnetbyaddr
|
||||||
#define DATABASE_NAME networks
|
#define DATABASE_NAME networks
|
||||||
#define ADD_PARAMS unsigned long int net, int type
|
#define ADD_PARAMS unsigned long int net, int type
|
||||||
#define ADD_VARIABLES net, type
|
#define ADD_VARIABLES net, type
|
@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
|
|
||||||
#define LOOKUP_TYPE struct netent
|
#define LOOKUP_TYPE struct netent
|
||||||
#define FUNCTION_NAME getnetbyport
|
#define FUNCTION_NAME getnetbyaddr
|
||||||
#define DATABASE_NAME networks
|
#define DATABASE_NAME networks
|
||||||
#define ADD_PARAMS unsigned long int net, int type
|
#define ADD_PARAMS unsigned long int net, int type
|
||||||
#define ADD_VARIABLES net, type
|
#define ADD_VARIABLES net, type
|
Loading…
x
Reference in New Issue
Block a user