git: f05fe671d262 - stable/13 - libsysdecode: Grab some more ioctl definitions from CAM
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 17:05:56 UTC
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f05fe671d262edda2111336d210fee07910521a3 commit f05fe671d262edda2111336d210fee07910521a3 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2022-06-30 14:22:38 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2022-07-07 17:05:28 +0000 libsysdecode: Grab some more ioctl definitions from CAM Sponsored by: The FreeBSD Foundation (cherry picked from commit ec014502eee7a7d3a7e4d71e41a1e1dbc8a69dce) --- 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>"