summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs_hsm_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/vfs_gpfs_hsm_notify.c')
-rw-r--r--source3/modules/vfs_gpfs_hsm_notify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/vfs_gpfs_hsm_notify.c b/source3/modules/vfs_gpfs_hsm_notify.c
index 7ff5355c95..d53363c460 100644
--- a/source3/modules/vfs_gpfs_hsm_notify.c
+++ b/source3/modules/vfs_gpfs_hsm_notify.c
@@ -34,7 +34,7 @@
#include "vfs_gpfs.h"
static ssize_t vfs_gpfs_hsm_notify_pread(vfs_handle_struct *handle, files_struct *fsp,
- void *data, size_t n, SMB_OFF_T offset)
+ void *data, size_t n, off_t offset)
{
ssize_t ret;
@@ -56,7 +56,7 @@ static ssize_t vfs_gpfs_hsm_notify_pread(vfs_handle_struct *handle, files_struct
static ssize_t vfs_gpfs_hsm_notify_pwrite(struct vfs_handle_struct *handle,
struct files_struct *fsp,
- const void *data, size_t n, SMB_OFF_T offset)
+ const void *data, size_t n, off_t offset)
{
ssize_t ret;