Date: Wed, 13 Apr 2022 06:05:24 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 196844] [patch][doc] Add EXAMPLES section to kqueue(2) man page Message-ID: <bug-196844-9-zKRLx5AESH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196844-9@https.bugs.freebsd.org/bugzilla/> References: <bug-196844-9@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196844 --- Comment #22 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3De07b0c12ba6435421ceb7dd028402d5cb= fc1f1dd commit e07b0c12ba6435421ceb7dd028402d5cbfc1f1dd Author: Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> AuthorDate: 2022-04-11 18:40:28 +0000 Commit: Fernando Apestegu=C3=ADa <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(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196844-9-zKRLx5AESH>