From 001426b8993e21615a756fcabcbead8a62a2125c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 30 Mar 1998 17:26:52 +0000 Subject: Update. 1998-03-30 17:20 Ulrich Drepper * Makerules: Remove duplicate rules to handle stamp.oS. 1998-03-30 Andreas Jaeger * 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` . --- manual/examples/inetsrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/examples/inetsrv.c') diff --git a/manual/examples/inetsrv.c b/manual/examples/inetsrv.c index bd86e80f36..3d544c005c 100644 --- a/manual/examples/inetsrv.c +++ b/manual/examples/inetsrv.c @@ -37,7 +37,7 @@ read_from_client (int filedes) int main (void) { - extern int make_socket (unsigned short int port); + extern int make_socket (uint16_t port); int sock; fd_set active_fd_set, read_fd_set; int i; -- cgit v1.2.3