Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2022 17:05:56 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f05fe671d262 - stable/13 - libsysdecode: Grab some more ioctl definitions from CAM
Message-ID:  <202207071705.267H5ufF043080@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207071705.267H5ufF043080>