[Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.115,1.116
Peter Schneider-Kamp
python-dev@python.org
2000年7月11日 10:40:33 -0700
Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv6582
Modified Files:
socketmodule.c
Log Message:
fixed a warning in getsockaddrlen
Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -r1.115 -r1.116
*** socketmodule.c 2000年07月09日 15:09:56 1.115
--- socketmodule.c 2000年07月11日 17:40:30 1.116
***************
*** 576,580 ****
static int
! getsockaddrlen(PySocketSockObject *s, int *len_ret)
{
switch (s->sock_family) {
--- 576,580 ----
static int
! getsockaddrlen(PySocketSockObject *s, unsigned int *len_ret)
{
switch (s->sock_family) {