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

This commit is contained in:
Joseph Myers 2012-09-07 14:39:11 +00:00
parent c78ab09473
commit 65cafb1c3f
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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)