From 39524c9df91c0fb008e6816af86ae47164b38253 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 19 Jul 2001 00:44:37 +0000 Subject: [PATCH] Fix typo. --- v7/src/microcode/ntsock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/ntsock.c b/v7/src/microcode/ntsock.c index 20d2bdf3a..98a9d5fb8 100644 --- a/v7/src/microcode/ntsock.c +++ b/v7/src/microcode/ntsock.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ntsock.c,v 1.10 2001/06/02 01:25:00 cph Exp $ +$Id: ntsock.c,v 1.11 2001/07/19 00:44:37 cph Exp $ Copyright (c) 1997-2001 Massachusetts Institute of Technology @@ -220,7 +220,7 @@ OS_listen_tcp_server_socket (Tchannel channel) Tchannel OS_server_connection_accept (Tchannel channel, - char * peer_host, int * peer_port) + char * peer_host, unsigned int * peer_port) { static struct sockaddr_in address; SOCKET s; -- 2.25.1