From 3079391b8ded86351b47617663a9ae54b6fc7c66 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Thu, 14 Oct 2004 13:27:14 +0000 Subject: [PATCH] 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 fb762020d8..e239caf013 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 -- 2.40.0