diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2008-06-11 18:55:19 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2008-06-11 18:55:19 +0000 |
| commit | 29d4cb241b5b8d786221402075febdb832fea55a (patch) | |
| tree | 08955a306d4e2b47f429af5b10f9ef048618b232 /sys/security/audit | |
| parent | b4b04f194fd2d2926b6cd55795d1d73a81526ff1 (diff) | |
Notes
Diffstat (limited to 'sys/security/audit')
| -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 b67c97b1be28..ff950c9a7d90 100644 --- a/sys/security/audit/audit_pipe.c +++ b/sys/security/audit/audit_pipe.c @@ -177,7 +177,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_flags = D_PSEUDO | D_NEEDGIANT | D_NEEDMINOR, .d_open = audit_pipe_open, .d_close = audit_pipe_close, .d_read = audit_pipe_read, |
