Date: Mon, 21 Aug 2023 11:41:15 GMT From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 57b34aaee29a - stable/13 - linux(4): Drop bogus empty line in linux_socket.c Message-ID: <202308211141.37LBfFT3045672@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=57b34aaee29a7b6c228e78ca75e0d117726a7266 commit 57b34aaee29a7b6c228e78ca75e0d117726a7266 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2023-08-14 12:46:12 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2023-08-21 10:39:04 +0000 linux(4): Drop bogus empty line in linux_socket.c MFC after: 1 week (cherry picked from commit 43c3beb7414e1cf031fe8e32e7ec1876a5b20610) --- sys/compat/linux/linux_socket.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c index b30ec4e270f4..076be5aef2c0 100644 --- a/sys/compat/linux/linux_socket.c +++ b/sys/compat/linux/linux_socket.c @@ -1817,7 +1817,6 @@ linux_recvmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, goto bad; } - switch (cm->cmsg_type) { case SCM_RIGHTS: error = recvmsg_scm_rights(td, flags,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308211141.37LBfFT3045672>