summaryrefslogtreecommitdiff
path: root/package/cryptodev-linux/patches/patch-ioctl_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/cryptodev-linux/patches/patch-ioctl_c')
-rw-r--r--package/cryptodev-linux/patches/patch-ioctl_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/cryptodev-linux/patches/patch-ioctl_c b/package/cryptodev-linux/patches/patch-ioctl_c
deleted file mode 100644
index 9af8f27d5..000000000
--- a/package/cryptodev-linux/patches/patch-ioctl_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- cryptodev-linux-1.7.orig/ioctl.c 2015-02-07 15:31:23.000000000 -0600
-+++ cryptodev-linux-1.7/ioctl.c 2015-02-19 14:47:24.775772135 -0600
-@@ -546,7 +546,7 @@ static int
- clonefd(struct file *filp)
- {
- int ret;
-- ret = get_unused_fd();
-+ ret = get_unused_fd_flags(0);
- if (ret >= 0) {
- get_file(filp);
- fd_install(ret, filp);