From 7cbc698400bfe2a64f12b0cb703fda0fdecb5a59 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 1 Jul 1996 22:16:08 +0000 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet/Makefile') diff --git a/inet/Makefile b/inet/Makefile index 197e9d03a4..e97da7f1ce 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 \ -- cgit v1.2.3