summaryrefslogtreecommitdiff
path: root/source3/modules/onefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/onefs.h')
-rw-r--r--source3/modules/onefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/onefs.h b/source3/modules/onefs.h
index 1f72a9f207..b12a67e367 100644
--- a/source3/modules/onefs.h
+++ b/source3/modules/onefs.h
@@ -163,10 +163,10 @@ int onefs_sys_create_file(connection_struct *conn,
int *granted_oplock);
ssize_t onefs_sys_sendfile(connection_struct *conn, int tofd, int fromfd,
- const DATA_BLOB *header, SMB_OFF_T offset,
+ const DATA_BLOB *header, off_t offset,
size_t count);
-ssize_t onefs_sys_recvfile(int fromfd, int tofd, SMB_OFF_T offset,
+ssize_t onefs_sys_recvfile(int fromfd, int tofd, off_t offset,
size_t count);
void init_stat_ex_from_onefs_stat(struct stat_ex *dst, const struct stat *src);