aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/crypto/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/crypto/common.h')
-rw-r--r--include/sys/crypto/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/crypto/common.h b/include/sys/crypto/common.h
index a4f9d9848..9a239225c 100644
--- a/include/sys/crypto/common.h
+++ b/include/sys/crypto/common.h
@@ -244,7 +244,7 @@ typedef struct crypto_data {
iovec_t cdu_raw; /* Pointer and length */
/* uio scatter-gather format */
- uio_t *cdu_uio;
+ zfs_uio_t *cdu_uio;
} cdu; /* Crypto Data Union */
} crypto_data_t;