diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2024-11-25 22:39:31 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2024-11-26 21:04:21 +0000 |
| commit | ef9ffb8594eee294334ced627755bf5b46b48f9f (patch) | |
| tree | 5b3abfe6537b0f954da2eb7819729a52a0607620 /sys/security | |
| parent | cd048d5d8be736419df878c26e6e170b8569dd12 (diff) | |
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 704f9c726803..fb773fd04297 100644 --- a/sys/security/audit/audit_pipe.c +++ b/sys/security/audit/audit_pipe.c @@ -238,7 +238,7 @@ static struct cdevsw audit_pipe_cdevsw = { static int audit_pipe_kqread(struct knote *note, long hint); static void audit_pipe_kqdetach(struct knote *note); -static struct filterops audit_pipe_read_filterops = { +static const struct filterops audit_pipe_read_filterops = { .f_isfd = 1, .f_attach = NULL, .f_detach = audit_pipe_kqdetach, |
