mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
1998-03-30 17:20 Ulrich Drepper <drepper@cygnus.com> * Makerules: Remove duplicate rules to handle stamp.oS. 1998-03-30 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/examples/inetsrv.c (main): Change prototype of make_socket following change in mkisock.c. * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as example host. (main): Change prototype of init_sockaddr following change in isockadd.c. * manual/examples/mkisock.c (make_socket): Use uint16_t for port. * manual/examples/isockad.c (init_sockaddr): Likewise. * manual/examples/mkfsock.c (make_named_socket): Removed blank lines for clarification. (make_named_socket): Use strncpy instead of strcpy. Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
|
||||
#define PORT 5555
|
||||
#define MESSAGE "Yow!!! Are we having fun yet?!?"
|
||||
#define SERVERHOST "churchy.gnu.ai.mit.edu"
|
||||
#define SERVERHOST "mescaline.gnu.org"
|
||||
|
||||
void
|
||||
write_to_server (int filedes)
|
||||
@ -30,7 +30,7 @@ main (void)
|
||||
{
|
||||
extern void init_sockaddr (struct sockaddr_in *name,
|
||||
const char *hostname,
|
||||
unsigned short int port);
|
||||
uint16_t port);
|
||||
int sock;
|
||||
struct sockaddr_in servername;
|
||||
|
||||
|
Reference in New Issue
Block a user