summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.c
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2004-10-14 13:27:14 (GMT)
committerMichael W. Hudson <mwh@python.net>2004-10-14 13:27:14 (GMT)
commit3079391b8ded86351b47617663a9ae54b6fc7c66 (patch)
tree489827ec14f0dcb78573f57b86084b59cd7d99a5 /Modules/socketmodule.c
parenta024034b94983c586b3764cf510d2a2f62ad5624 (diff)
downloadcpython-3079391b8ded86351b47617663a9ae54b6fc7c66.zip
cpython-3079391b8ded86351b47617663a9ae54b6fc7c66.tar.gz
cpython-3079391b8ded86351b47617663a9ae54b6fc7c66.tar.bz2
Just remove the #include of signal.h. That it was C++-commented out
was a mistake of mine in updating patch #975056 (I think).
Diffstat (limited to 'Modules/socketmodule.c')
-rw-r--r--Modules/socketmodule.c1
1 files changed, 0 insertions, 1 deletions
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 <sys/types.h>
-/*#include <signal.h>*/
/* Generic socket object definitions and includes */
#define PySocket_BUILDING_SOCKET