From: Michael W. Hudson Date: Thu, 14 Oct 2004 13:27:14 +0000 (+0000) Subject: Just remove the #include of signal.h. That it was C++-commented out X-Git-Tag: v2.4b1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3079391b8ded86351b47617663a9ae54b6fc7c66;p=thirdparty%2FPython%2Fcpython.git Just remove the #include of signal.h. That it was C++-commented out was a mistake of mine in updating patch #975056 (I think). --- diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index fb762020d8ad..e239caf013a9 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -217,7 +217,6 @@ shutdown(how) -- shut down traffic in one or both directions\n\ /* Generic includes */ #include -/*#include */ /* Generic socket object definitions and includes */ #define PySocket_BUILDING_SOCKET