diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2006-01-18 08:37:27 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-01-18 08:37:27 +0000 |
| commit | fba92123ac03ff79c8f0f007e1fe8e0494b546bc (patch) | |
| tree | 5ad70ab79e3166a6ca17e720d5cdbc793de449f4 /sys/cam | |
| parent | 4d115fef9e6a8aa3607e9fb40bb44e6387125b9e (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/scsi/scsi_ses.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_ses.h b/sys/cam/scsi/scsi_ses.h index 9574e7c916a1..9925c1f91eff 100644 --- a/sys/cam/scsi/scsi_ses.h +++ b/sys/cam/scsi/scsi_ses.h @@ -29,7 +29,7 @@ * */ -#define SESIOC (('s' - 040) << 8) +#define SESIOC ('s' - 040) #define SESIOC_GETNOBJ _IO(SESIOC, 1) #define SESIOC_GETOBJMAP _IO(SESIOC, 2) #define SESIOC_GETENCSTAT _IO(SESIOC, 3) |
