summaryrefslogtreecommitdiff
path: root/lang/python35/patches/patch-Modules_socketmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python35/patches/patch-Modules_socketmodule.h')
-rw-r--r--lang/python35/patches/patch-Modules_socketmodule.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/python35/patches/patch-Modules_socketmodule.h b/lang/python35/patches/patch-Modules_socketmodule.h
deleted file mode 100644
index 0946e58ee4d..00000000000
--- a/lang/python35/patches/patch-Modules_socketmodule.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-Modules_socketmodule.h,v 1.1 2017/05/30 14:04:54 bouyer Exp $
-
---- Modules/socketmodule.h.orig 2017-03-21 07:32:38.000000000 +0100
-+++ Modules/socketmodule.h 2017-05-30 12:36:59.254776235 +0200
-@@ -91,6 +91,10 @@
- #include <linux/can/bcm.h>
- #endif
-
-+#ifdef HAVE_NETCAN_CAN_H
-+#include <netcan/can.h>
-+#endif
-+
- #ifdef HAVE_SYS_SYS_DOMAIN_H
- #include <sys/sys_domain.h>
- #endif