summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-04-16 11:57:16 +0000
committerrwatson <rwatson@FreeBSD.org>2009-04-16 11:57:16 +0000
commit8dbf62efb25032dfedf69dd98a6cdd285f8ced55 (patch)
treeff50154c94805eb7cb88ebde02998e209409889e /sys/security
parent855590bfe73dc4ae96760a3df95ba69b6ed44805 (diff)
downloadFreeBSD-src-8dbf62efb25032dfedf69dd98a6cdd285f8ced55.zip
FreeBSD-src-8dbf62efb25032dfedf69dd98a6cdd285f8ced55.tar.gz
Remove D_NEEDGIANT from audit pipes. I'm actually not sure why this was
here, but isn't needed. MFC after: 2 weeks Sponsored by: Apple, Inc.
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c
index a03b915..0327ddb 100644
--- a/sys/security/audit/audit_pipe.c
+++ b/sys/security/audit/audit_pipe.c
@@ -231,7 +231,7 @@ static d_kqfilter_t audit_pipe_kqfilter;
static struct cdevsw audit_pipe_cdevsw = {
.d_version = D_VERSION,
- .d_flags = D_PSEUDO | D_NEEDGIANT | D_NEEDMINOR,
+ .d_flags = D_PSEUDO | D_NEEDMINOR,
.d_open = audit_pipe_open,
.d_close = audit_pipe_close,
.d_read = audit_pipe_read,
OpenPOWER on IntegriCloud