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

M.-A. Lemburg lemburg@users.sourceforge.net
Sat, 16 Feb 2002 10:47:10 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv26268/Modules

Modified Files:
	socketmodule.c 
Log Message:
Also fix the comment.



Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.205
retrieving revision 1.206
diff -C2 -d -r1.205 -r1.206
*** socketmodule.c	16 Feb 2002 18:44:52 -0000	1.205
--- socketmodule.c	16 Feb 2002 18:47:07 -0000	1.206
***************
*** 132,136 ****
  #include <signal.h>
  
! /* Generic _socket.h definitions and includes */
  #define PySocket_BUILDING_SOCKET
  #include "socketmodule.h"
--- 132,136 ----
  #include <signal.h>
  
! /* Generic socket object definitions and includes */
  #define PySocket_BUILDING_SOCKET
  #include "socketmodule.h"