From: Ken Raeburn Date: Thu, 6 May 2004 03:13:56 +0000 (+0000) Subject: * fake-addrinfo.c: Deleted X-Git-Tag: krb5-1.4-beta1~426 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=55b507733cf76d48156684ebf5aa5eb1c8af8ca3;p=krb5.git * fake-addrinfo.c: Deleted git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16319 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/support/ChangeLog b/src/util/support/ChangeLog index c8196c9aa..3fbb1344c 100644 --- a/src/util/support/ChangeLog +++ b/src/util/support/ChangeLog @@ -1,6 +1,7 @@ 2004-05-05 Ken Raeburn * foreachaddr.c: Deleted. Code moved to lib/krb5/os/localaddr.c. + * fake-addrinfo.c: Deleted. * Makefile.in (SRCS, STLIBOBJS): Updated. 2004-05-04 Ken Raeburn diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in index 362fd14bb..80b599068 100644 --- a/src/util/support/Makefile.in +++ b/src/util/support/Makefile.in @@ -18,8 +18,7 @@ LIBINITFUNC=krb5int_thread_support_init LIBFINIFUNC=krb5int_thread_support_fini STLIBOBJS= \ - threads.o \ - fake-addrinfo.o + threads.o STOBJLISTS=OBJS.ST @@ -28,8 +27,7 @@ INSTALLFILE = cp LOCALINCLUDES=-I. -I$(srcdir) SRCS=\ - $(srcdir)/threads.c \ - $(srcdir)/fake-addrinfo.c + $(srcdir)/threads.c SHLIB_EXPDEPS = SHLIB_EXPLIBS= $(LIBS) SHLIB_DIRS= diff --git a/src/util/support/fake-addrinfo.c b/src/util/support/fake-addrinfo.c deleted file mode 100644 index c8be554f9..000000000 --- a/src/util/support/fake-addrinfo.c +++ /dev/null @@ -1,8 +0,0 @@ -/* Placeholder. - - Move most of the code from fake-addrinfo.h into here, someday. - Enhance the caching. */ - -#include "fake-addrinfo.h" - -static int krb5int__fake_addrinfo_c__dummy = 0;