From 156bf140225c0ab6d004a3ad739cec193c6ab766 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 5 Jun 2014 07:44:15 +0000 Subject: main/python: upgrade to 2.7.7 --- main/python/unchecked-ioctl.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/python/unchecked-ioctl.patch') 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 */ -- cgit v1.2.3