aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/py-tkinter/unchecked-ioctl.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-26 11:10:07 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-26 11:10:07 +0200
commita39e19f96447a409ae6f6c1c63d3c16feb1a3991 (patch)
tree148fdebc95bfd8788f91996703d2094c1b8df4da /unmaintained/py-tkinter/unchecked-ioctl.patch
parentc5240dc4d2a5efc26b94c943d87848e51ba2794b (diff)
downloadaports-a39e19f96447a409ae6f6c1c63d3c16feb1a3991.tar.bz2
aports-a39e19f96447a409ae6f6c1c63d3c16feb1a3991.tar.xz
unmaintained/[multiple] move back packages to testing
move back packages that are depends of other packages in testing
Diffstat (limited to 'unmaintained/py-tkinter/unchecked-ioctl.patch')
-rw-r--r--unmaintained/py-tkinter/unchecked-ioctl.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/unmaintained/py-tkinter/unchecked-ioctl.patch b/unmaintained/py-tkinter/unchecked-ioctl.patch
deleted file mode 100644
index 4d5564c2cb..0000000000
--- a/unmaintained/py-tkinter/unchecked-ioctl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./Modules/fcntlmodule.c.orig
-+++ ./Modules/fcntlmodule.c
-@@ -118,7 +118,7 @@
- int mutate_arg = 1;
- char buf[IOCTL_BUFSZ+1]; /* argument plus NUL byte */
-
-- if (PyArg_ParseTuple(args, "O&Iw#|i:ioctl",
-+ if (PyArg_ParseTuple(args, "O&Iw#|n:ioctl",
- conv_descriptor, &fd, &code,
- &str, &len, &mutate_arg)) {
- char *arg;