replace inaddr2str with getnameinfo_verified

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7540 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-12-05 13:12:46 +00:00
parent cab4d5d373
commit 888f85c1a3

View File

@@ -64,11 +64,11 @@ SOURCES = \
getipnodebyaddr.c \ getipnodebyaddr.c \
getipnodebyname.c \ getipnodebyname.c \
getnameinfo.c \ getnameinfo.c \
getnameinfo_verified.c \
getopt.c \ getopt.c \
getusershell.c \ getusershell.c \
glob.c \ glob.c \
hstrerror.c \ hstrerror.c \
inaddr2str.c \
inet_aton.c \ inet_aton.c \
inet_ntop.c \ inet_ntop.c \
initgroups.c \ initgroups.c \
@@ -137,7 +137,7 @@ OBJECTS = \
get_default_username.o \ get_default_username.o \
get_window_size.o \ get_window_size.o \
getarg.o \ getarg.o \
inaddr2str.o \ getnameinfo_verified.o \
issuid.o \ issuid.o \
k_getpwnam.o \ k_getpwnam.o \
k_getpwuid.o \ k_getpwuid.o \