[Python-checkins] python/dist/src/Modules socketmodule.c, 1.309, 1.310

mwh at users.sourceforge.net mwh at users.sourceforge.net
Thu Oct 14 15:27:17 CEST 2004


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17531

Modified Files:
	socketmodule.c 
Log Message:
Just remove the #include of signal.h.  That it was C++-commented out
was a mistake of mine in updating patch #975056 (I think).


Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- socketmodule.c	14 Oct 2004 03:48:30 -0000	1.309
+++ socketmodule.c	14 Oct 2004 13:27:14 -0000	1.310
@@ -217,7 +217,6 @@
 
 /* Generic includes */
 #include <sys/types.h>
-/*#include <signal.h>*/
 
 /* Generic socket object definitions and includes */
 #define PySocket_BUILDING_SOCKET



More information about the Python-checkins mailing list