Date: Thu, 30 Jun 2022 14:31:34 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ec014502eee7 - main - libsysdecode: Grab some more ioctl definitions from CAM Message-ID: <202206301431.25UEVY7R074430@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=ec014502eee7a7d3a7e4d71e41a1e1dbc8a69dce commit ec014502eee7a7d3a7e4d71e41a1e1dbc8a69dce Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-06-30 14:22:38 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-06-30 14:31:26 +0000 libsysdecode: Grab some more ioctl definitions from CAM MFC after: 1 week Sponsored by: The FreeBSD Foundation --- lib/libsysdecode/mkioctls | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libsysdecode/mkioctls b/lib/libsysdecode/mkioctls index 19e898dcc85d..d4bd08e1367e 100644 --- a/lib/libsysdecode/mkioctls +++ b/lib/libsysdecode/mkioctls @@ -70,6 +70,7 @@ BEGIN { print "#include <netinet6/ip6_mroute.h>" print "#include <stdio.h>" print "#include <cam/cam.h>" + print "#include <cam/scsi/scsi_pass.h>" print "#include <stdbool.h>" print "#include <stddef.h>" print "#include <stdint.h>"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206301431.25UEVY7R074430>