summaryrefslogtreecommitdiff
path: root/source3/client/smbmnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client/smbmnt.c')
-rw-r--r--source3/client/smbmnt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/client/smbmnt.c b/source3/client/smbmnt.c
index 9f8eea1cac..9fb0dba99d 100644
--- a/source3/client/smbmnt.c
+++ b/source3/client/smbmnt.c
@@ -138,7 +138,7 @@ fullpath(const char *p)
/* Check whether user is allowed to mount on the specified mount point */
static int
-mount_ok(struct stat *st)
+mount_ok(SMB_STRUCT_STAT *st)
{
if (!S_ISDIR(st->st_mode))
{
@@ -165,7 +165,7 @@ main(int argc, char *argv[])
int fd, um;
unsigned int flags;
struct smb_mount_data data;
- struct stat st;
+ SMB_STRUCT_STAT st;
struct mntent ment;
progname = argv[0];