aboutsummaryrefslogtreecommitdiff
path: root/share/security/patches/EN-20:18/getfsstat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'share/security/patches/EN-20:18/getfsstat.patch')
-rw-r--r--share/security/patches/EN-20:18/getfsstat.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/share/security/patches/EN-20:18/getfsstat.patch b/share/security/patches/EN-20:18/getfsstat.patch
deleted file mode 100644
index ae845fcf5e..0000000000
--- a/share/security/patches/EN-20:18/getfsstat.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sys/kern/vfs_syscalls.c.orig
-+++ sys/kern/vfs_syscalls.c
-@@ -409,6 +409,8 @@
- case MNT_NOWAIT:
- break;
- default:
-+ if (bufseg == UIO_SYSSPACE)
-+ *buf = NULL;
- return (EINVAL);
- }
- restart: