diff options
Diffstat (limited to 'lang/python24/patches/patch-ai')
-rw-r--r-- | lang/python24/patches/patch-ai | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/python24/patches/patch-ai b/lang/python24/patches/patch-ai deleted file mode 100644 index e2e0f2eba92..00000000000 --- a/lang/python24/patches/patch-ai +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ai,v 1.1.1.1 2004/12/05 23:27:51 recht Exp $ - ---- Modules/_ssl.c.orig Wed Aug 4 16:59:00 2004 -+++ Modules/_ssl.c -@@ -7,6 +7,10 @@ - - */ - -+#ifdef __sgi -+#include <sys/types.h> -+#endif -+ - #include "Python.h" - enum py_ssl_error { - /* these mirror ssl.h */ |