aboutsummaryrefslogtreecommitdiff
path: root/manual/examples/inetsrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'manual/examples/inetsrv.c')
-rw-r--r--manual/examples/inetsrv.c2
1 files changed, 1 insertions, 1 deletions
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;