diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-12-31 23:22:45 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-12-31 23:22:45 +0000 |
| commit | efcde1e8c796f8a1cbf26c67f08e65718b004a6f (patch) | |
| tree | 2ac6a38492610afe1a47aee2d792a4dc1ce2a07c /sys | |
| parent | 9094ffdfe3fd16ec123e4e992dbb93be6ebe961f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/security/audit/audit_pipe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c index f12a2b126989..ef4fc83d9e07 100644 --- a/sys/security/audit/audit_pipe.c +++ b/sys/security/audit/audit_pipe.c @@ -169,7 +169,8 @@ struct audit_pipe { /* * Current pending record list. Protected by a combination of ap_mtx * and ap_sx. Note particularly that *both* locks are required to - * remove a record from the head of the queue, as an in-progress read * may sleep while copying and therefore cannot hold ap_mtx. + * remove a record from the head of the queue, as an in-progress read + * may sleep while copying and therefore cannot hold ap_mtx. */ TAILQ_HEAD(, audit_pipe_entry) ap_queue; |
