diff options
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 */ |