A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2000-July/012000.html below:

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

[Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.116,1.117Peter Schneider-Kamp python-dev@python.org
Tue, 11 Jul 2000 16:00:17 -0700
Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32713

Modified Files:
	socketmodule.c 
Log Message:

Errare humanum est.

Changed parameter in getsockaddrlen from unsigned to socklen_t.



Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -r1.116 -r1.117
*** socketmodule.c	2000/07/11 17:40:30	1.116
--- socketmodule.c	2000/07/11 23:00:12	1.117
***************
*** 576,580 ****
  
  static int
! getsockaddrlen(PySocketSockObject *s, unsigned int *len_ret)
  {
  	switch (s->sock_family) {
--- 576,580 ----
  
  static int
! getsockaddrlen(PySocketSockObject *s, socklen_t *len_ret)
  {
  	switch (s->sock_family) {




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4