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.
This commit is contained in:
Robert Watson 2009-04-16 11:57:16 +00:00
parent 5817716faf
commit 2f106d5e08
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191143

View File

@ -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,