summaryrefslogtreecommitdiffstats
path: root/src/util/support
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-05-06 03:13:56 +0000
committerKen Raeburn <raeburn@mit.edu>2004-05-06 03:13:56 +0000
commit55b507733cf76d48156684ebf5aa5eb1c8af8ca3 (patch)
tree73f1f1538d1e2223e8c3f881a33a6b79eb7689b8 /src/util/support
parent2e0cd9c3947738ed35e6d672ee4cdda5359163a0 (diff)
downloadkrb5-55b507733cf76d48156684ebf5aa5eb1c8af8ca3.tar.gz
krb5-55b507733cf76d48156684ebf5aa5eb1c8af8ca3.tar.xz
krb5-55b507733cf76d48156684ebf5aa5eb1c8af8ca3.zip
* fake-addrinfo.c: Deleted
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16319 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support')
-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 c8196c9aad..3fbb1344cf 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 362fd14bb5..80b599068d 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 c8be554f95..0000000000
--- 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;