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.16-ports-merge-312-g65cafb1


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  65cafb1c3f698f9382c318da88415014dbdf675b (commit)
      from  c78ab0947353c8f46d23857ebf3fb4a70ed581d9 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=65cafb1c3f698f9382c318da88415014dbdf675b

commit 65cafb1c3f698f9382c318da88415014dbdf675b
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Sep 7 14:39:11 2012 +0000

    Use www.gnu.org as example hostname in manual/examples/inetcli.c.

diff --git a/ChangeLog b/ChangeLog
index a1e16e6..9a3b132 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-09-07  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #10014]
+	* manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
+	example host name.
+
 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* malloc/arena.c (arena_get_retry): New function that gets
diff --git a/manual/examples/inetcli.c b/manual/examples/inetcli.c
index afd4a91..cd981b1 100644
--- a/manual/examples/inetcli.c
+++ b/manual/examples/inetcli.c
@@ -26,7 +26,7 @@
 
 #define PORT		5555
 #define MESSAGE		"Yow!!! Are we having fun yet?!?"
-#define SERVERHOST 	"mescaline.gnu.org"
+#define SERVERHOST 	"www.gnu.org"
 
 void
 write_to_server (int filedes)

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

Summary of changes:
 ChangeLog                 |    6 ++++++
 manual/examples/inetcli.c |    2 +-
 2 files changed, 7 insertions(+), 1 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]