diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-06-05 07:44:15 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-06-05 07:44:15 +0000 |
commit | 156bf140225c0ab6d004a3ad739cec193c6ab766 (patch) | |
tree | 35b9319e660cbf98d609b9ec22679cc2ebd7a91a /main/python/unchecked-ioctl.patch | |
parent | b19885138e9fc79a8115873b780e1495c8accc56 (diff) | |
download | aports-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.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/python/unchecked-ioctl.patch b/main/python/unchecked-ioctl.patch index 77bed8a550..4d5564c2cb 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 */ |