[Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.115,1.116

Peter Schneider-Kamp python-dev@python.org
Tue, 11 Jul 2000 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) {