git: ec014502eee7 - main - libsysdecode: Grab some more ioctl definitions from CAM
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jun 2022 14:31:34 UTC
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>"