1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

added unlink() and rename() support to smbwrapper

(This used to be commit b85d961447)
This commit is contained in:
Andrew Tridgell
1998-10-03 09:39:11 +00:00
parent 8a9fc22a6f
commit cce5f09a90
13 changed files with 242 additions and 67 deletions

View File

@ -4596,7 +4596,7 @@ int unistrcpy(char *dst, char *src)
safe string copy into a known length string. maxlength does not
include the terminating zero.
********************************************************************/
char *safe_strcpy(char *dest, char *src, int maxlength)
char *safe_strcpy(char *dest,const char *src, int maxlength)
{
int len;