diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-04-16 11:57:16 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-04-16 11:57:16 +0000 |
| commit | 2f106d5e083f02f2d6ec9d5a6cf8c84a7a22c3ef (patch) | |
| tree | ff50154c94805eb7cb88ebde02998e209409889e /sys/security | |
| parent | 5817716faf019277a20643475b18865d965b5bbf (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/audit/audit_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c index a03b9159c68f..0327ddb4aee2 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, |
