summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/support/ChangeLog1
-rw-r--r--src/util/support/Makefile.in6
-rw-r--r--src/util/support/fake-addrinfo.c8
3 files changed, 3 insertions, 12 deletions
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 <raeburn@mit.edu>
* 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 <raeburn@mit.edu>
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;