This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-740-ge1e041c


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e1e041c439b5bccc756b64fbaf97e2d3f11a9b0d (commit)
      from  d34570a6b8167849a7f5dbfc67cdaf323d3263dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e1e041c439b5bccc756b64fbaf97e2d3f11a9b0d

commit e1e041c439b5bccc756b64fbaf97e2d3f11a9b0d
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Wed Jul 2 13:25:55 2014 +0530

    Add comment to gethnamaddr.c to warn that the file is unmaintained

diff --git a/ChangeLog b/ChangeLog
index 45bac58..7401bf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* resolv/gethnamaddr.c: Add comment warning that the file is
+	not maintained.
+
 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
 
 	* sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
diff --git a/resolv/gethnamaddr.c b/resolv/gethnamaddr.c
index c73a0dc..49cdc72 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 */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog            |    5 +++++
 resolv/gethnamaddr.c |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]