Date: Thu, 20 Nov 2025 14:37:53 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 032fbda024d7 - main - nvme: Include <sys/systm.h> explicitly for memmove Message-ID: <691f27c1.32d8e.5897810b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=032fbda024d78a8e2f9479efcdda8604c62bcea0 commit 032fbda024d78a8e2f9479efcdda8604c62bcea0 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2025-11-20 14:36:50 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-11-20 14:36:50 +0000 nvme: Include <sys/systm.h> explicitly for memmove Reported by: andrew, rpokala Fixes: 8d2a50bb3805 ("nvme: Abstract out function to obtain a disk ident string from cdata") Sponsored by: Chelsio Communications --- sys/dev/nvme/nvme.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/nvme/nvme.h b/sys/dev/nvme/nvme.h index 8f7a7fbda14c..c8eba3df9c2a 100644 --- a/sys/dev/nvme/nvme.h +++ b/sys/dev/nvme/nvme.h @@ -1910,6 +1910,7 @@ void nvme_sc_sbuf(const struct nvme_completion *cpl, struct sbuf *sbuf); void nvme_strvis(uint8_t *dst, const uint8_t *src, int dstlen, int srclen); #ifdef _KERNEL +#include <sys/systm.h> #include <sys/disk.h> struct bio;help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691f27c1.32d8e.5897810b>
