summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_subr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/smbfs/smbfs_subr.h')
-rw-r--r--sys/fs/smbfs/smbfs_subr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_subr.h b/sys/fs/smbfs/smbfs_subr.h
index b50ecf8..a72b9e6 100644
--- a/sys/fs/smbfs/smbfs_subr.h
+++ b/sys/fs/smbfs/smbfs_subr.h
@@ -174,7 +174,7 @@ int smbfs_fullpath(struct mbchain *mbp, struct smb_vc *vcp,
int smbfs_smb_lookup(struct smbnode *dnp, const char *name, int nmlen,
struct smbfattr *fap, struct smb_cred *scred);
-int smbfs_fname_tolocal(struct smb_vc *vcp, char *name, int nmlen, int caseopt);
+int smbfs_fname_tolocal(struct smb_vc *vcp, char *name, int *nmlen, int caseopt);
void smb_time_local2server(struct timespec *tsp, int tzoff, u_long *seconds);
void smb_time_server2local(u_long seconds, int tzoff, struct timespec *tsp);
OpenPOWER on IntegriCloud