summaryrefslogtreecommitdiffstats
path: root/main/python/unchecked-ioctl.patch
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-06-05 07:44:15 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-06-05 07:44:15 +0000
commit156bf140225c0ab6d004a3ad739cec193c6ab766 (patch)
tree35b9319e660cbf98d609b9ec22679cc2ebd7a91a /main/python/unchecked-ioctl.patch
parentb19885138e9fc79a8115873b780e1495c8accc56 (diff)
downloadaports-156bf140225c0ab6d004a3ad739cec193c6ab766.tar.bz2
aports-156bf140225c0ab6d004a3ad739cec193c6ab766.tar.xz
main/python: upgrade to 2.7.7
Diffstat (limited to 'main/python/unchecked-ioctl.patch')
-rw-r--r--main/python/unchecked-ioctl.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/python/unchecked-ioctl.patch b/main/python/unchecked-ioctl.patch
index 77bed8a55..4d5564c2c 100644
--- a/main/python/unchecked-ioctl.patch
+++ b/main/python/unchecked-ioctl.patch
@@ -1,5 +1,5 @@
---- Python-2.7.6.orig/Modules/fcntlmodule.c
-+++ Python-2.7.6/Modules/fcntlmodule.c
+--- ./Modules/fcntlmodule.c.orig
++++ ./Modules/fcntlmodule.c
@@ -118,7 +118,7 @@
int mutate_arg = 1;
char buf[IOCTL_BUFSZ+1]; /* argument plus NUL byte */