aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/sa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/sa.h')
-rw-r--r--include/sys/sa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/sa.h b/include/sys/sa.h
index 432e0bc41..98eb8f9cd 100644
--- a/include/sys/sa.h
+++ b/include/sys/sa.h
@@ -158,7 +158,7 @@ void sa_handle_lock(sa_handle_t *);
void sa_handle_unlock(sa_handle_t *);
#ifdef _KERNEL
-int sa_lookup_uio(sa_handle_t *, sa_attr_type_t, uio_t *);
+int sa_lookup_uio(sa_handle_t *, sa_attr_type_t, zfs_uio_t *);
int sa_add_projid(sa_handle_t *, dmu_tx_t *, uint64_t);
#endif