diff options
author | Michael W. Hudson <mwh@python.net> | 2004-10-14 13:27:14 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2004-10-14 13:27:14 (GMT) |
commit | 3079391b8ded86351b47617663a9ae54b6fc7c66 (patch) | |
tree | 489827ec14f0dcb78573f57b86084b59cd7d99a5 /Modules/socketmodule.c | |
parent | a024034b94983c586b3764cf510d2a2f62ad5624 (diff) | |
download | cpython-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.c | 1 |
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 |