From e1e041c439b5bccc756b64fbaf97e2d3f11a9b0d Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Wed, 2 Jul 2014 13:25:55 +0530 Subject: Add comment to gethnamaddr.c to warn that the file is unmaintained --- resolv/gethnamaddr.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resolv/gethnamaddr.c') diff --git a/resolv/gethnamaddr.c b/resolv/gethnamaddr.c index c73a0dcf2c..49cdc724e1 100644 --- a/resolv/gethnamaddr.c +++ b/resolv/gethnamaddr.c @@ -49,6 +49,11 @@ * --Copyright-- */ +/* XXX This file is not used by any of the resolver functions implemented by + glibc (i.e. get*info and gethostby*). It cannot be removed however because + it exports symbols in the libresolv ABI. The file is not maintained any + more, nor are these functions. */ + #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ -- cgit 1.4.1