From 3079391b8ded86351b47617663a9ae54b6fc7c66 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Thu, 14 Oct 2004 13:27:14 +0000 Subject: Just remove the #include of signal.h. That it was C++-commented out was a mistake of mine in updating patch #975056 (I think). --- Modules/socketmodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index fb76202..e239caf 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 -- cgit v0.12