]> granicus.if.org Git - python/commitdiff
Just remove the #include of signal.h. That it was C++-commented out
authorMichael W. Hudson <mwh@python.net>
Thu, 14 Oct 2004 13:27:14 +0000 (13:27 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 14 Oct 2004 13:27:14 +0000 (13:27 +0000)
was a mistake of mine in updating patch #975056 (I think).

Modules/socketmodule.c

index fb762020d8ad4409055388e4e1fbb2994a332be5..e239caf013a9b66e994cb1cb314756a69ec27b62 100644 (file)
@@ -217,7 +217,6 @@ shutdown(how) -- shut down traffic in one or both directions\n\
 
 /* Generic includes */
 #include <sys/types.h>
-/*#include <signal.h>*/
 
 /* Generic socket object definitions and includes */
 #define PySocket_BUILDING_SOCKET