[Bug 196844] [patch][doc] Add EXAMPLES section to kqueue(2) man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Apr 2022 06:05:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196844 --- Comment #22 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e07b0c12ba6435421ceb7dd028402d5cbfc1f1dd commit e07b0c12ba6435421ceb7dd028402d5cbfc1f1dd Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2022-04-11 18:40:28 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-04-13 06:01:58 +0000 [patch][doc] Fix EXAMPLE in kqueue(2) The error control was not properly implemented. "changelist" is const, hence event.flags is never changed by the syscall. PR: 196844 Reported by: eugen@ Reviewed by: PauAmma <pauamma@gundo.com> Approved by: eugen@ Fixes: 8c231786f01b9f8614e2fe5b47196db1caa7a772 lib/libc/sys/kqueue.2 | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.