From 7cbc698400bfe2a64f12b0cb703fda0fdecb5a59 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 1 Jul 1996 22:16:08 +0000 Subject: [PATCH] Mon Jul 1 12:29:50 1996 Roland McGrath * 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. --- inet/Makefile | 2 +- inet/{getnetbypt.c => getnetbyad.c} | 2 +- inet/{getnetbypt_r.c => getnetbyad_r.c} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename inet/{getnetbypt.c => getnetbyad.c} (96%) rename inet/{getnetbypt_r.c => getnetbyad_r.c} (96%) diff --git a/inet/Makefile b/inet/Makefile index 197e9d0..e97da7f 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -29,7 +29,7 @@ routines := ntohl ntohs htonl htons \ inet_netof inet_ntoa inet_net herrno \ gethstbyad gethstbyad_r gethstbynm gethstbynm2 gethstbynm2_r \ gethstbynm_r gethstent gethstent_r \ - getnetbypt getnetbypt_r getnetbynm getnetent getnetent_r \ + getnetbyad getnetbyad_r getnetbynm getnetent getnetent_r \ getnetbynm_r \ getproto getproto_r getprtent getprtent_r getprtname getprtname_r \ getsrvbynm getsrvbynm_r getsrvbypt getsrvbypt_r getservent \ diff --git a/inet/getnetbypt.c b/inet/getnetbyad.c similarity index 96% rename from inet/getnetbypt.c rename to inet/getnetbyad.c index 960ac0a..e355ca7 100644 --- a/inet/getnetbypt.c +++ b/inet/getnetbyad.c @@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. */ #define LOOKUP_TYPE struct netent -#define FUNCTION_NAME getnetbyport +#define FUNCTION_NAME getnetbyaddr #define DATABASE_NAME networks #define ADD_PARAMS unsigned long int net, int type #define ADD_VARIABLES net, type diff --git a/inet/getnetbypt_r.c b/inet/getnetbyad_r.c similarity index 96% rename from inet/getnetbypt_r.c rename to inet/getnetbyad_r.c index a39f26f..6a2b41b 100644 --- a/inet/getnetbypt_r.c +++ b/inet/getnetbyad_r.c @@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. */ #define LOOKUP_TYPE struct netent -#define FUNCTION_NAME getnetbyport +#define FUNCTION_NAME getnetbyaddr #define DATABASE_NAME networks #define ADD_PARAMS unsigned long int net, int type #define ADD_VARIABLES net, type -- 2.7.4