Just remove the #include of signal.h. That it was C++-commented out

was a mistake of mine in updating patch #975056 (I think).
This commit is contained in:
Michael W. Hudson 2004-10-14 13:27:14 +00:00
parent a024034b94
commit 3079391b8d

View file

@ -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