diff options
Diffstat (limited to 'source4/client/smbmount.c')
-rw-r--r-- | source4/client/smbmount.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/client/smbmount.c b/source4/client/smbmount.c index 37c9eaadc4..d2e98eb140 100644 --- a/source4/client/smbmount.c +++ b/source4/client/smbmount.c @@ -24,6 +24,9 @@ #include <asm/types.h> #include <linux/smb_fs.h> +#define pstrcpy(d,s) safe_strcpy((d),(s),sizeof(pstring)-1) +#define pstrcat(d,s) safe_strcat((d),(s),sizeof(pstring)-1) + static pstring credentials; static pstring my_netbios_name; static pstring password; |