mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Use www.gnu.org as example hostname in manual/examples/inetcli.c.
This commit is contained in:
parent
c78ab09473
commit
65cafb1c3f
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user