Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Thu, 19 Jul 2001 00:44:37 +0000 (00:44 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 19 Jul 2001 00:44:37 +0000 (00:44 +0000)
v7/src/microcode/ntsock.c

index 20d2bdf3a3c05003b76968aa3c1f8bf1e7acc1ed..98a9d5fb8d9653aea88a1772babf140a18801ee5 100644 (file)
@@ -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;