projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e7fe5a
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 19 Jul 2001 00:44:37 +0000
(
00:44
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 19 Jul 2001 00:44:37 +0000
(
00:44
+0000)
v7/src/microcode/ntsock.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ntsock.c
b/v7/src/microcode/ntsock.c
index 20d2bdf3a3c05003b76968aa3c1f8bf1e7acc1ed..98a9d5fb8d9653aea88a1772babf140a18801ee5 100644
(file)
--- a/
v7/src/microcode/ntsock.c
+++ b/
v7/src/microcode/ntsock.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ntsock.c,v 1.1
0 2001/06/02 01:25:00
cph Exp $
+$Id: ntsock.c,v 1.1
1 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;